hotdogstandify

Bring the beauty of Hot Dog Stand to the web.

Vad är hotdogstandify?

hotdogstandify är en Chrome-tillägg utvecklad av steverichey, och dess huvudfunktion är "Bring the beauty of Hot Dog Stand to the web.".

Tilläggsskärmbilder

screenshot

Ladda ner hotdogstandify-förlängningens CRX-fil

Ladda ner hotdogstandify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn hotdogstandify hotdogstandify
ID ciihagbemefjodlofbklgjdkacpjlmjj
Officiell webbadress https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj
Beskrivning Bring the beauty of Hot Dog Stand to the web.
Filstorlek 7.07 KB
Antal Installationer 18
Aktuell Version 0.2.0
Senast Uppdaterad 2015-05-12
Publiceringsdatum 2015-05-11
Betyg 4.33/5 Totalt 6 Betyg
Utvecklare steverichey
Betalningssätt free
Stödda Språk 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
}