Node.js™ trademark protector

Places the ™ character where necessary.

O que é Node.js™ trademark protector?

Node.js™ trademark protector é uma extensão do Chrome desenvolvida por billautomata, e sua principal característica é "Places the ™ character where necessary.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Node.js™ trademark protector

Baixe arquivos de extensão Node.js™ trademark protector 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

                        Protecting your brand in this modern world can be scary.  Why not help out by putting that ™ where it belongs on every page you view.

You won't forget who owns what.                    

Informações Básicas da Extensão

Nome Node.js™ trademark protector Node.js™ trademark protector
ID eimbgeiaijebplhoamndamicfindgkhn
URL Oficial https://chromewebstore.google.com/detail/nodejs-trademark-protecto/eimbgeiaijebplhoamndamicfindgkhn
Descrição Places the ™ character where necessary.
Tamanho do Arquivo 3.38 KB
Contagem de Instalações 29
Versão Atual 1.0
Última Atualização 2015-02-04
Data de Publicação 2015-02-04
Desenvolvedor billautomata
Tipo de Pagamento free
Site da Extensão https://github.com/billautomata/nodejs_trademark_protector
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Node.js\u2122 trademark protector",
    "version": "1.0",
    "description": "Places the \u2122 character where necessary.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}