xkcd Substitutions Plus

Substitutions that make reading the news more fun.

¿Qué es xkcd Substitutions Plus?

xkcd Substitutions Plus es una extensión de Chrome desarrollada por Ido, y su función principal es "Substitutions that make reading the news more fun.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión xkcd Substitutions Plus

Descarga archivos de extensión xkcd Substitutions Plus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        - 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                    

Información Básica de la Extensión

Nombre xkcd Substitutions Plus xkcd Substitutions Plus
ID oppfdcfjocbkhcakmfhenlgimjmoohid
URL Oficial https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid
Descripción Substitutions that make reading the news more fun.
Tamaño del Archivo 31.76 KB
Cantidad de Instalaciones 92
Versión Actual 3.0
Última Actualización 2019-06-30
Fecha de Publicación 2019-06-30
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador Ido
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://app.loadmill.com/assets/privacy-policy.pdf
Idiomas Soportados 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"
        }
    }
}