Mohamed Mansour's Personal Website
Articles
Comments on Google Chrome reload all tabs extension
15 Replies: (add yours)
m0
2Hi Koji,
Make sure you are using the "dev" channel. The current beta, and stable builds do not have extension support for this extension.
For more info, visit here:
› Posted on October 26, 2009, 11:44 pm
William Stookey
3i've lost both hands to ALS and would prefer drop down menu with "load all tabs" before i die. Thank you for all of your work.
› Posted on November 28, 2009, 3:26 pm
Q
4Is it possible to add option to reload all tabs in the menu that comes up when any tab is right clicked?
› Posted on December 10, 2009, 8:32 am
m0
5Q: Chrome extensions doesn't currently support custom context menus, once they do, I will surely update this extension (which you will receive it autoupdated) :)
› Posted on December 11, 2009, 1:10 am
roughman4
6Hi, is it possible to make it refresh the crashed tabs also?
By the way, thanks for both of your extensions. Very helpful.
› Posted on December 11, 2009, 1:21 am
Mohamed
7Soon, I adding that feature to the extension API, and after I commit it, I will update this extension to refresh all crashed tabs.
› Posted on December 12, 2009, 2:49 am
Ciantic
8Does not work with Chromium and Pinned tabs for some reason.
› Posted on January 25, 2010, 7:21 am
Ciantic
10Unfortunately it still does not work with pinned tabs.
Using Chromium build 39435 in Windows.
I pin several tabs, and try Ctrl+Shift+R, nothing happens to pinned tabs. But as soon as I remove the pinning the reloading works again.
Could you please try it with pinned tabs again?
› Posted on February 19, 2010, 8:54 am
Ciantic
11Maybe there is bug in chrome.tabs.getAllInWindow() function. Perhaps it does not return pinned tabs at all.
I have to test this function myself, I wish one could open up a console and just type that function...
› Posted on February 19, 2010, 9:18 am
Ciantic
12I found the bug feature.
I went to some random extensions settings page, and opened up console:
hrome.windows.getCurrent(function (win) { chrome.tabs.getAllInWindow(win.id, function (tabs) { for (var i = 0; i < tabs.length; i++) { chrome.tabs.update(tabs[i].id, {selected: true}) } }) });
undefined
Error during tabs.update: Cannot update pinned tabs
Error during tabs.update: Cannot update pinned tabs
Quiet simply, chrome.tabs.update() is not allowed for pinned tabs.
› Posted on February 19, 2010, 4:29 pm
Mohamed Mansour
13Yea, I heard there is no pinned tabs support for that, I think I can find an exception. But that will require more privileges for the extension. Maybe we should wait till the bug is fixed.
› Posted on February 19, 2010, 6:32 pm
George
14Hi, good job mate :)
Is it possible to arrange the Reload time of a web page at a desired time (for example Reload Every in FF do tis from 0 sec to as many minutes you want)
› Posted on March 16, 2010, 7:46 am
jamie scheirman
15Hi, great feature. I'm wondering if there is a way to set a reload time on this extention?
› Posted on May 8, 2010, 3:58 pm

Koji
1Hi, when I go to Save the Google Chrome extension for "reload all tabs," I get an error pop-up that says, "Invalid value for 'permissions[0]'" and halts the installation.
Fix possible?
Thanks,
Koji in Austin, TX.
› Posted on October 17, 2009, 11:34 am