Reload All Tabs
Reload all tabas
What is Reload All Tabs?
Reload All Tabs is a Chrome extension developed by https://studiobinghuan.blogspot.com, and its main feature is "Reload all tabas".
Extension Screenshots
Download Reload All Tabs Extension CRX File
Download Reload All Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This browser extension provide a function to let user refresh all tabs, for example: There is a website, and you want to preview the content before downloading. So, you open items by tabs, and preview it first. Next, you want to download it, but there is a notification said: you should login first. After login this website, you always need to reload all page to get permission to download. Now, you can just use this browser extension to reload all tabs with login status. My Blog: http://studiobinghuan.blogspot.tw/?view=flipcard or http://bhtalk.blogspot.tw/
Extension Basic Information
Name | Reload All Tabs |
ID | kckchgndelncbndagologlincadijebb |
Official URL | https://chromewebstore.google.com/detail/reload-all-tabs/kckchgndelncbndagologlincadijebb |
Description | Reload all tabas |
File Size | 1.1 MB |
Installation Count | 98 |
Current Version | 1.0.0 |
Last Updated | 2014-12-02 |
Publish Date | 2014-12-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://studiobinghuan.blogspot.com |
[email protected] | |
Payment Type | free |
Help Page URL | http://studiobinghuan.blogspot.tw/?view=flipcard |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload All Tabs", "description": "Reload all tabas", "version": "1.0.0", "permissions": [ "tabs" ], "background": { "page": "data\/background.html" }, "browser_action": { "default_icon": { "19": "Icon-19.png", "38": "Icon-38.png" } }, "icons": { "16": "Icon-16.png", "48": "Icon-48.png", "128": "Icon-128.png" } } |