XKCD Substitutions - COMPLETE

Replaces words and phrases in all web pages according to the XKCD Substitutions comics.

O que é XKCD Substitutions - COMPLETE?

XKCD Substitutions - COMPLETE é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Replaces words and phrases in all web pages according to the XKCD Substitutions comics.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão XKCD Substitutions - COMPLETE

Baixe arquivos de extensão XKCD Substitutions - COMPLETE 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

                        Now 142% more suitable for human consumption with the release of v1.0!

This extension replaces words and phrases in all web pages according to both XKCD Substitutions comics (https://xkcd.com/1288/ and http://xkcd.com/1625/).

While other extensions do exist which implement one or both of these Substitutions, I built this extension for personal use because I felt like some things could be done more intelligently. For instance, this extension will turn "car" into "cat," but it won't turn "cartoon" into "cattoon."                    

Informações Básicas da Extensão

Nome XKCD Substitutions - COMPLETE XKCD Substitutions - COMPLETE
ID pmjnmockoldbadnfeaddafgjiopknkdj
URL Oficial https://chromewebstore.google.com/detail/xkcd-substitutions-comple/pmjnmockoldbadnfeaddafgjiopknkdj
Descrição Replaces words and phrases in all web pages according to the XKCD Substitutions comics.
Tamanho do Arquivo 8.85 KB
Contagem de Instalações 25
Versão Atual 1.0.1
Última Atualização 2016-03-03
Data de Publicação 2016-03-03
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XKCD Substitutions - COMPLETE",
    "description": "Replaces words and phrases in all web pages according to the XKCD Substitutions comics.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}