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.

What is Super Refresh?

Super Refresh is a Chrome extension developed by Karl Dreher, and its main feature is "Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.".

Extension Screenshots

screenshot

Download Super Refresh Extension CRX File

Download Super Refresh extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Super Refresh Super Refresh
ID dacnjaopeolhngffkagipnnlilhlmkhg
Official URL 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.
File Size 17.54 KB
Installation Count 30
Current Version 1.1.1
Last Updated 2021-05-16
Publish Date 2021-01-26
Rating 4.50/5 Total 2 Ratings
Developer Karl Dreher
Email [email protected]
Payment Type free
Extension Website https://github.com/karldreher/Super-Refresh
Help Page URL https://github.com/karldreher/Super-Refresh/issues
Supported Languages 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"
    ]
}