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.
Was ist Super Refresh?
Super Refresh ist eine Chrome-Erweiterung, die von Karl Dreher entwickelt wurde, und ihr Hauptmerkmal ist "Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.".
Erweiterungsscreenshots
Super Refresh-Erweiterungs-CRX-Datei herunterladen
Laden Sie Super Refresh-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Super Refresh |
ID | dacnjaopeolhngffkagipnnlilhlmkhg |
Offizielle URL | https://chromewebstore.google.com/detail/super-refresh/dacnjaopeolhngffkagipnnlilhlmkhg |
Beschreibung | Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window. |
Dateigröße | 17.54 KB |
Installationsanzahl | 30 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2021-05-16 |
Veröffentlichungsdatum | 2021-01-26 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | Karl Dreher |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/karldreher/Super-Refresh |
Hilfeseite URL | https://github.com/karldreher/Super-Refresh/issues |
Unterstützte Sprachen | 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" ] } |