hornet

hornet

hornetとは何ですか?

hornetはhpapple2002によって開発されたChromeの拡張機能で、その主な機能は「hornet」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 hornet hornet
ID pdjiebpckgfffchegigemjkalbkefkdk
公式URL https://chromewebstore.google.com/detail/hornet/pdjiebpckgfffchegigemjkalbkefkdk
説明 hornet
ファイルサイズ 42.45 KB
インストール数 18
現在のバージョン 1.1
最終更新日 2015-04-13
公開日 2015-04-13
評価 2.50/5 合計 2 レビュー
開発者 hpapple2002
支払い方法 free
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "hornet",
    "description": "hornet",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "jquery-2.0.0.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "hornet",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.0.min.js",
                "content_script.js"
            ]
        }
    ]
}