xkcd Substitutions Plus

Substitutions that make reading the news more fun.

Qu'est-ce que xkcd Substitutions Plus ?

xkcd Substitutions Plus est une extension Chrome développée par Ido, et sa fonction principale est "Substitutions that make reading the news more fun.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension xkcd Substitutions Plus

Téléchargez les fichiers d'extension xkcd Substitutions Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        - 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                    

Informations de Base sur l'Extension

Nom xkcd Substitutions Plus xkcd Substitutions Plus
ID oppfdcfjocbkhcakmfhenlgimjmoohid
URL Officiel https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid
Description Substitutions that make reading the news more fun.
Taille du Fichier 31.76 KB
Nombre d'Installations 92
Version Actuelle 3.0
Dernière Mise à Jour 2019-06-30
Date de Publication 2019-06-30
Évaluation 5.00/5 Total 7 Évaluations
Développeur Ido
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://app.loadmill.com/assets/privacy-policy.pdf
Langues Prises en Charge 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"
        }
    }
}