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.

什麼是Super Refresh?

Super Refresh是由Karl Dreher開發的Chrome擴展程式,該擴展的主要功能是“Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.”。

擴展截圖

screenshot

下載Super Refresh擴展crx文件

下載Super Refresh擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Super Refresh Super Refresh
ID dacnjaopeolhngffkagipnnlilhlmkhg
官方網址 https://chromewebstore.google.com/detail/super-refresh/dacnjaopeolhngffkagipnnlilhlmkhg
簡介 Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.
檔案大小 17.54 KB
安裝次數 30
目前版本 1.1.1
更新時間 2021-05-16
上架時間 2021-01-26
評分 4.50/5 共 2 次評分
開發者 Karl Dreher
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/karldreher/Super-Refresh
說明頁面URL https://github.com/karldreher/Super-Refresh/issues
支援的語言 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"
    ]
}