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
官方網址 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"
}