XKCD Substitutions - COMPLETE

Replaces words and phrases in all web pages according to the XKCD Substitutions comics.

Qu'est-ce que XKCD Substitutions - COMPLETE ?

XKCD Substitutions - COMPLETE est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces words and phrases in all web pages according to the XKCD Substitutions comics.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension XKCD Substitutions - COMPLETE

Téléchargez les fichiers d'extension XKCD Substitutions - COMPLETE 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

                        Now 142% more suitable for human consumption with the release of v1.0!

This extension replaces words and phrases in all web pages according to both XKCD Substitutions comics (https://xkcd.com/1288/ and http://xkcd.com/1625/).

While other extensions do exist which implement one or both of these Substitutions, I built this extension for personal use because I felt like some things could be done more intelligently. For instance, this extension will turn "car" into "cat," but it won't turn "cartoon" into "cattoon."                    

Informations de Base sur l'Extension

Nom XKCD Substitutions - COMPLETE XKCD Substitutions - COMPLETE
ID pmjnmockoldbadnfeaddafgjiopknkdj
URL Officiel https://chromewebstore.google.com/detail/xkcd-substitutions-comple/pmjnmockoldbadnfeaddafgjiopknkdj
Description Replaces words and phrases in all web pages according to the XKCD Substitutions comics.
Taille du Fichier 8.85 KB
Nombre d'Installations 25
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-03-03
Date de Publication 2016-03-03
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XKCD Substitutions - COMPLETE",
    "description": "Replaces words and phrases in all web pages according to the XKCD Substitutions comics.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}