Extensions Reloader

Reload all unpacked extensions

Extensions Reloaderとは何ですか?

Extensions ReloaderはAli Gasymovによって開発されたChromeの拡張機能で、その主な機能は「Reload all unpacked extensions」です。

拡張機能のスクリーンショット

screenshot

Extensions Reloader拡張機能のCRXファイルをダウンロード

Extensions Reloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Unpacked extensions can be reloaded in two ways:
1. Click the extension icon in the browser toolbar
2. Perform a keyboard shortcut (Alt+Shift+R)

Note: if the manifest has been changed in your extension, then you need to update it on the extensions page                    

拡張機能の基本情報

名前 Extensions Reloader Extensions Reloader
ID cdodkghoiojefkdnkciflkgigkgljjeo
公式URL https://chromewebstore.google.com/detail/extensions-reloader/cdodkghoiojefkdnkciflkgigkgljjeo
説明 Reload all unpacked extensions
ファイルサイズ 6.93 KB
インストール数 26
現在のバージョン 1.0.0
最終更新日 2023-10-12
公開日 2021-12-15
開発者 Ali Gasymov
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.gasymov.com/privacy-policy/extensions-reloader
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extensions Reloader",
    "description": "Reload all unpacked extensions",
    "manifest_version": 3,
    "version": "1.0.0",
    "action": {
        "default_title": "Reload Extensions"
    },
    "icons": {
        "16": "static\/images\/icon-16.png",
        "32": "static\/images\/icon-32.png",
        "48": "static\/images\/icon-48.png",
        "128": "static\/images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "reload": {
            "description": "Reload all extensions in development",
            "suggested_key": {
                "default": "Alt+Shift+R"
            }
        }
    },
    "permissions": [
        "management"
    ]
}