Super Refresh

One button to refresh all tabs

什么是Super Refresh?

Super Refresh是由Becky Mason开发的Chrome扩展程序,该扩展的主要功能是“One button to refresh all tabs”。

扩展截图

screenshot

下载Super Refresh扩展crx文件

下载Super Refresh扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Super Refresh refreshes all tabs using one button.

Features:
- Refresh all tabs
- Prevent cache
- Disable website alerts like “Do you want to leave the page”                    

扩展基本信息

名称 Super Refresh Super Refresh
ID jfhbiggobcnahlbbmnajejlchndbicpn
官方URL https://chrome.google.com/webstore/detail/super-refresh/jfhbiggobcnahlbbmnajejlchndbicpn
简介 One button to refresh all tabs
文件大小 78.61 KB
安装次数 55
当前版本 2.4.5
更新时间 2021-01-30
上架时间 2021-01-30
评分 5.00/5 共1次评分
开发者 Becky Mason
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.notion.so/Privacy-policy-Super-Refresh-a053e86bc59046f5a24ef729c85c03bb
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/inactive.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "2.4.5"
}