Gnomed

Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).

O que é Gnomed?

Gnomed é uma extensão do Chrome desenvolvida por Fræzeee, e sua principal característica é "Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).".

Baixar o arquivo CRX da Extensão Gnomed

Baixe arquivos de extensão Gnomed 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 nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).                    

Informações Básicas da Extensão

Nome Gnomed Gnomed
ID fobkebkgdhhknfacdoecodonepgcdfnh
URL Oficial https://chrome.google.com/webstore/detail/gnomed/fobkebkgdhhknfacdoecodonepgcdfnh
Descrição Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).
Tamanho do Arquivo 636 KB
Contagem de Instalações 14
Versão Atual 0.1
Última Atualização 2017-04-08
Data de Publicação 2017-04-08
Desenvolvedor Fræzeee
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gnomed",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}