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
官方URL 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"
    ]
}