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.

Qu'est-ce que Super Refresh ?

Super Refresh est une extension Chrome développée par Karl Dreher, et sa fonction principale est "Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Super Refresh

Téléchargez les fichiers d'extension Super Refresh au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Super Refresh Super Refresh
ID dacnjaopeolhngffkagipnnlilhlmkhg
URL Officiel https://chromewebstore.google.com/detail/super-refresh/dacnjaopeolhngffkagipnnlilhlmkhg
Description Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.
Taille du Fichier 17.54 KB
Nombre d'Installations 30
Version Actuelle 1.1.1
Dernière Mise à Jour 2021-05-16
Date de Publication 2021-01-26
Évaluation 4.50/5 Total 2 Évaluations
Développeur Karl Dreher
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/karldreher/Super-Refresh
URL de la Page d'Aide https://github.com/karldreher/Super-Refresh/issues
Langues Prises en Charge 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"
    ]
}