Tabs Reloader
Reload tabs in current window
What is Tabs Reloader?
Tabs Reloader is a Chrome extension developed by http://imcotton.com, and its main feature is "Reload tabs in current window".
Extension Screenshots
Download Tabs Reloader Extension CRX File
Download Tabs Reloader 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
* single-click to reload pinned tabs * double-click to reload normal tabs And there is NO need of your data on ANY websites. Source code available at: http://git.io/jB-PaQ
Extension Basic Information
Name | |
ID | ofphdlddmcpeggijkmijojknacfnleij |
Official URL | https://chrome.google.com/webstore/detail/tabs-reloader/ofphdlddmcpeggijkmijojknacfnleij |
Description | Reload tabs in current window |
File Size | 9.76 KB |
Installation Count | 363 |
Current Version | 1.3.4 |
Last Updated | 2015-02-02 |
Publish Date | 2015-02-02 |
Rating | 4.14/5 Total 14 Ratings |
Developer | http://imcotton.com |
Payment Type | free |
Extension Website | https://github.com/imcotton/tabs-reloader |
Help Page URL | https://github.com/imcotton/tabs-reloader/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Reloader", "description": "Reload tabs in current window", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_24.png", "default_title": "Reload tabs in this window" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "offline_enabled": true, "version": "1.3.4" } |