xkcd Substitutions Plus

Substitutions that make reading the news more fun.

Wat is xkcd Substitutions Plus?

xkcd Substitutions Plus is een Chrome-extensie ontwikkeld door Ido, en de belangrijkste functie is "Substitutions that make reading the news more fun.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie xkcd Substitutions Plus

Download xkcd Substitutions Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        - 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                    

Basisinformatie over de Extensie

Naam xkcd Substitutions Plus xkcd Substitutions Plus
ID oppfdcfjocbkhcakmfhenlgimjmoohid
Officiële URL https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid
Beschrijving Substitutions that make reading the news more fun.
Bestandsgrootte 31.76 KB
Aantal Installaties 92
Huidige Versie 3.0
Laatst Bijgewerkt 2019-06-30
Publicatiedatum 2019-06-30
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Ido
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://app.loadmill.com/assets/privacy-policy.pdf
Ondersteunde Talen 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"
        }
    }
}