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
Eメール [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"
}