HOTDOG?

This will tell you if the image displays a hot dog

HOTDOG?とは何ですか?

HOTDOG?はWetJerryによって開発されたChromeの拡張機能で、その主な機能は「This will tell you if the image displays a hot dog」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Hot dog identifier

https://github.com/j3rryj/HotDog-Chrome-Extension                    

拡張機能の基本情報

名前 HOTDOG? HOTDOG?
ID pkiddchnkhbmloliaoijcdafnfmejjea
公式URL https://chromewebstore.google.com/detail/hotdog/pkiddchnkhbmloliaoijcdafnfmejjea
説明 This will tell you if the image displays a hot dog
ファイルサイズ 154 KB
インストール数 25
現在のバージョン 1.0
最終更新日 2017-06-23
公開日 2017-06-23
評価 5.00/5 合計 3 レビュー
開発者 WetJerry
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HOTDOG?",
    "description": "This will tell you if the image displays a hot dog",
    "version": "1.0",
    "icons": {
        "16": "icon1.png",
        "48": "icon1.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon1.png",
        "default_title": "HotDog"
    },
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/ajax.googleapis.com\/"
    ]
}