hotdogstandify

Bring the beauty of Hot Dog Stand to the web.

What is hotdogstandify?

hotdogstandify is a Chrome extension developed by steverichey, and its main feature is "Bring the beauty of Hot Dog Stand to the web.".

Extension Screenshots

screenshot

Download hotdogstandify Extension CRX File

Download hotdogstandify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name hotdogstandify hotdogstandify
ID ciihagbemefjodlofbklgjdkacpjlmjj
Official URL https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj
Description Bring the beauty of Hot Dog Stand to the web.
File Size 7.07 KB
Installation Count 18
Current Version 0.2.0
Last Updated 2015-05-12
Publish Date 2015-05-11
Rating 4.33/5 Total 6 Ratings
Developer steverichey
Payment Type free
Supported Languages 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
}