hotdogstandify

Bring the beauty of Hot Dog Stand to the web.

Cos'è hotdogstandify?

hotdogstandify è un'estensione di Chrome sviluppata da steverichey, e la sua funzione principale è "Bring the beauty of Hot Dog Stand to the web.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione hotdogstandify

Scarica i file di estensione hotdogstandify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome hotdogstandify hotdogstandify
ID ciihagbemefjodlofbklgjdkacpjlmjj
URL Ufficiale https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj
Descrizione Bring the beauty of Hot Dog Stand to the web.
Dimensione del File 7.07 KB
Conteggio Installazioni 18
Versione Corrente 0.2.0
Ultimo Aggiornamento 2015-05-12
Data di Pubblicazione 2015-05-11
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore steverichey
Tipo di Pagamento free
Lingue Supportate 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
}