hotdogstandify

Bring the beauty of Hot Dog Stand to the web.

O que é hotdogstandify?

hotdogstandify é uma extensão do Chrome desenvolvida por steverichey, e sua principal característica é "Bring the beauty of Hot Dog Stand to the web.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão hotdogstandify

Baixe arquivos de extensão hotdogstandify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome hotdogstandify hotdogstandify
ID ciihagbemefjodlofbklgjdkacpjlmjj
URL Oficial https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj
Descrição Bring the beauty of Hot Dog Stand to the web.
Tamanho do Arquivo 7.07 KB
Contagem de Instalações 18
Versão Atual 0.2.0
Última Atualização 2015-05-12
Data de Publicação 2015-05-11
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor steverichey
Tipo de Pagamento free
Idiomas Suportados 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
}