Super Refresh
Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.
Cos'è Super Refresh?
Super Refresh è un'estensione di Chrome sviluppata da Karl Dreher, e la sua funzione principale è "Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Super Refresh
Scarica i file di estensione Super Refresh 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
Either click the extension icon, or use the keyboard shortcut (default: Ctrl-Shift-5) to refresh all tabs in the open window. As of version 1.1.1 you are able to set options for the extension: Include Tabs with Audio (default: Off): This setting allows refreshing only tabs that are not audible. Refresh your tabs while not interrupting your music! Always bypass cache (default: Off): Control whether you want to bypass cache whenever Super Refresh is invoked.
Informazioni di Base sull'Estensione
Nome | Super Refresh |
ID | dacnjaopeolhngffkagipnnlilhlmkhg |
URL Ufficiale | https://chromewebstore.google.com/detail/super-refresh/dacnjaopeolhngffkagipnnlilhlmkhg |
Descrizione | Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window. |
Dimensione del File | 17.54 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2021-05-16 |
Data di Pubblicazione | 2021-01-26 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Karl Dreher |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/karldreher/Super-Refresh |
URL della Pagina di Aiuto | https://github.com/karldreher/Super-Refresh/issues |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Refresh", "version": "1.1.1", "description": "Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": [], "commands": { "refreshAll": { "suggested_key": { "default": "Shift+Ctrl+5" }, "description": "Refresh all the tabs!" } }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ] } |