hotdogstandify

Bring the beauty of Hot Dog Stand to the web.

hotdogstandifyとは何ですか?

hotdogstandifyはstevericheyによって開発されたChromeの拡張機能で、その主な機能は「Bring the beauty of Hot Dog Stand to the web.」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 hotdogstandify hotdogstandify
ID ciihagbemefjodlofbklgjdkacpjlmjj
公式URL https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj
説明 Bring the beauty of Hot Dog Stand to the web.
ファイルサイズ 7.07 KB
インストール数 18
現在のバージョン 0.2.0
最終更新日 2015-05-12
公開日 2015-05-11
評価 4.33/5 合計 6 レビュー
開発者 steverichey
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hotdogstandify",
    "description": "Bring the beauty of Hot Dog Stand to the web.",
    "version": "0.2.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "hotdogstandify.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "hotdogstandify!"
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png"
    },
    "manifest_version": 2
}