Things to Toasters

Replaces the text 'internet of things' with 'wifi enabled toaster'.

O que é Things to Toasters?

Things to Toasters é uma extensão do Chrome desenvolvida por max, e sua principal característica é "Replaces the text 'internet of things' with 'wifi enabled toaster'.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Things to Toasters

Baixe arquivos de extensão Things to Toasters 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

                        Replaces the text 'Internet of Things' with 'Wifi Enabled Toaster'. Also replaces 'IoT' with 'WeT'.

Inspired by the Cloud to Butt extension. 

Thanks :^)                    

Informações Básicas da Extensão

Nome Things to Toasters Things to Toasters
ID oibpnmflmfjmjdkljleibkbpfinnmenj
URL Oficial https://chromewebstore.google.com/detail/things-to-toasters/oibpnmflmfjmjdkljleibkbpfinnmenj
Descrição Replaces the text 'internet of things' with 'wifi enabled toaster'.
Tamanho do Arquivo 12.03 KB
Contagem de Instalações 18
Versão Atual 1.2
Última Atualização 2016-01-06
Data de Publicação 2016-01-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor max
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Things to Toasters",
    "version": "1.2",
    "description": "Replaces the text 'internet of things' with 'wifi enabled toaster'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "wet.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "48.png",
        "128": "128.png"
    }
}