Quick Extension Reload

Reload extensions in development from the context menu.

Quick Extension Reloadとは何ですか?

Quick Extension Reloadはhttps://site.simonandrewbrown.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Reload extensions in development from the context menu.」です。

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

screenshot

Quick Extension Reload拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        When developing extensions, it can be a pain to go to your extensions tab, find the extension you're working on and click "reload" every time you make a change. This extension allows you to reload your extensions from the context menu.

Just right-click on any page to reload all your extensions in development, or use the default shortcut key, Alt+R.

The icon was based on icons from the Tango project. The small icon was created by Yusuke Kamiyamane.                    

拡張機能の基本情報

名前 Quick Extension Reload Quick Extension Reload
ID goeiakeofnlpkioeadcbocfifmgkidpb
公式URL https://chromewebstore.google.com/detail/quick-extension-reload/goeiakeofnlpkioeadcbocfifmgkidpb
説明 Reload extensions in development from the context menu.
ファイルサイズ 22.71 KB
インストール数 772
現在のバージョン 1.4
最終更新日 2013-03-10
公開日 2013-03-09
評価 4.00/5 合計 15 レビュー
開発者 https://site.simonandrewbrown.co.uk
支払い方法 free
拡張機能のウェブサイト http://www.isimonbrown.co.uk/contact/
ヘルプページのURL http://www.isimonbrown.co.uk/contact/
対応言語 en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Extension Reload",
    "description": "Reload extensions in development from the context menu.",
    "version": "1.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "permissions": [
        "management",
        "contextMenus"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "minimum_chrome_version": "14.0",
    "commands": {
        "reload": {
            "description": "Reload all extensions in development.",
            "suggested_key": {
                "default": "Alt+R"
            }
        }
    }
}