xkcd Substitutions Plus

Substitutions that make reading the news more fun.

O que é xkcd Substitutions Plus?

xkcd Substitutions Plus é uma extensão do Chrome desenvolvida por Ido, e sua principal característica é "Substitutions that make reading the news more fun.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão xkcd Substitutions Plus

Baixe arquivos de extensão xkcd Substitutions Plus 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

                        - Add your own substitutions! (Options page)
- Switch the extension on/off

version 3.0
- Added an option to substitute word parts (and not only complete words). This option also support non-English word substitution.

version 2.7
- Some bugs fixed (on/off not saved).
- Fixed performance issue. 

You are welcome to contact me with bug reports and new feature requests!

Credit to xkcd.com/1288                    

Informações Básicas da Extensão

Nome xkcd Substitutions Plus xkcd Substitutions Plus
ID oppfdcfjocbkhcakmfhenlgimjmoohid
URL Oficial https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid
Descrição Substitutions that make reading the news more fun.
Tamanho do Arquivo 31.76 KB
Contagem de Instalações 92
Versão Atual 3.0
Última Atualização 2019-06-30
Data de Publicação 2019-06-30
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor Ido
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://app.loadmill.com/assets/privacy-policy.pdf
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xkcd Substitutions Plus",
    "description": "Substitutions that make reading the news more fun.",
    "version": "3.0",
    "icons": {
        "16": "images\/black_hat16.png",
        "48": "images\/black_hat48.png",
        "128": "images\/black_hat128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_title": "xkcd: Substitutions+",
        "default_icon": {
            "19": "images\/black_hat19.png",
            "38": "images\/black_hat38.png"
        }
    }
}