Articles

Navigation ( archives ›› 2009 ›› October ›› 03 ›› Google Chrome reload all tabs extension ›› comments )

Comments on Google Chrome reload all tabs extension

15 Replies: (add yours)

1

Hi, 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

2

Hi 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:

dev.chromium.org/getting-involved/dev-channel

› Posted on October 26, 2009, 11:44 pm

3

i'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

4

Is 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

5

Q: 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

6

Hi, 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

7

Soon, 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

8

Does not work with Chromium and Pinned tabs for some reason.

› Posted on January 25, 2010, 7:21 am

9

Works great, I pinned a tab and it works as expected.

› Posted on January 25, 2010, 5:32 pm

10

Unfortunately 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

11

Maybe 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

12

I 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

13

Yea, 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

14

Hi, 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

15

Hi, 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

Comment on This Article:

No HTML allowed, URIs will be auto-linked, line breaks converted to paragraphs - . Your email address will not show up on this page, I do not store addresses, nor will I give them awat. I hate spam too. (*) - Denotes Required fields!