Refresh All Tabs
Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.
What is Refresh All Tabs?
Refresh All Tabs is a Chrome extension developed by Kingston Fung, and its main feature is "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.".
Extension Screenshots
Download Refresh All Tabs Extension CRX File
Download Refresh 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
Hard refresh all tabs on the active window. No frills, no secrets, no hidden quirks. Just click to refresh your tabs!
Extension Basic Information
Name | Refresh All Tabs |
ID | admnmicookbgmlgijaaonkeeclaoigch |
Official URL | https://chromewebstore.google.com/detail/refresh-all-tabs/admnmicookbgmlgijaaonkeeclaoigch |
Description | Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all. |
File Size | 19.66 KB |
Installation Count | 356 |
Current Version | 0.0.0.1 |
Last Updated | 2023-07-08 |
Publish Date | 2020-10-05 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Kingston Fung |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/kingstonfung/refresh-all-tabs |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refresh All Tabs", "version": "0.0.0.1", "manifest_version": 2, "description": "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon128.png", "default_title": "Refresh All Tabs" }, "background": { "scripts": [ "js\/refresh-all-tabs.js" ], "persistent": false }, "permissions": [ "tabs" ] } |