Refresh All Tabs
Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.
Co je Refresh All Tabs?
Refresh All Tabs je rozšíření Chrome vyvinuté Kingston Fung, a jeho hlavní funkcí je „Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Refresh All Tabs
Stáhněte si soubory rozšíření Refresh All Tabs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Hard refresh all tabs on the active window. No frills, no secrets, no hidden quirks. Just click to refresh your tabs!
Základní Informace o Rozšíření
Název | Refresh All Tabs |
ID | admnmicookbgmlgijaaonkeeclaoigch |
Oficiální URL | https://chromewebstore.google.com/detail/refresh-all-tabs/admnmicookbgmlgijaaonkeeclaoigch |
Popis | Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all. |
Velikost souboru | 19.66 KB |
Počet instalací | 356 |
Aktuální Verze | 0.0.0.1 |
Poslední Aktualizace | 2023-07-08 |
Datum Vydání | 2020-10-05 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | Kingston Fung |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/kingstonfung/refresh-all-tabs |
Podporované Jazyky | 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" ] } |