xkcd Substitutions Plus

Substitutions that make reading the news more fun.

Cos'è xkcd Substitutions Plus?

xkcd Substitutions Plus è un'estensione di Chrome sviluppata da Ido, e la sua funzione principale è "Substitutions that make reading the news more fun.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione xkcd Substitutions Plus

Scarica i file di estensione xkcd Substitutions Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - 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                    

Informazioni di Base sull'Estensione

Nome xkcd Substitutions Plus xkcd Substitutions Plus
ID oppfdcfjocbkhcakmfhenlgimjmoohid
URL Ufficiale https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid
Descrizione Substitutions that make reading the news more fun.
Dimensione del File 31.76 KB
Conteggio Installazioni 92
Versione Corrente 3.0
Ultimo Aggiornamento 2019-06-30
Data di Pubblicazione 2019-06-30
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore Ido
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://app.loadmill.com/assets/privacy-policy.pdf
Lingue Supportate 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"
        }
    }
}