Refresh All Tabs
Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.
Cos'è Refresh All Tabs?
Refresh All Tabs è un'estensione di Chrome sviluppata da Kingston Fung, e la sua funzione principale è "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Refresh All Tabs
Scarica i file di estensione Refresh All Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Hard refresh all tabs on the active window. No frills, no secrets, no hidden quirks. Just click to refresh your tabs!
Informazioni di Base sull'Estensione
Nome | Refresh All Tabs |
ID | admnmicookbgmlgijaaonkeeclaoigch |
URL Ufficiale | https://chromewebstore.google.com/detail/refresh-all-tabs/admnmicookbgmlgijaaonkeeclaoigch |
Descrizione | Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all. |
Dimensione del File | 19.66 KB |
Conteggio Installazioni | 356 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2023-07-08 |
Data di Pubblicazione | 2020-10-05 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Kingston Fung |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/kingstonfung/refresh-all-tabs |
Lingue Supportate | 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" ] } |