Algorithm to Wizard

Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus

Qu'est-ce que Algorithm to Wizard ?

Algorithm to Wizard est une extension Chrome développée par chris, et sa fonction principale est "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Algorithm to Wizard

Téléchargez les fichiers d'extension Algorithm to Wizard 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

                        (should) take(s) instances of the word 'algorithm' and replaces it with 'wizard'. 

code here: https://github.com/peteyreplies/algorithm-to-wizard
based on: https://github.com/hank/cloud-to-butt

update 8/20/15: fixed *most* 'an wizard' instances, although still breaking on some formatted ones for reasons that are as yet unclear to me 

update 8/22/15: incorporated @s2tephen bug fix                    

Informations de Base sur l'Extension

Nom Algorithm to Wizard Algorithm to Wizard
ID paheefgkiimahbclagfhcnehdiengfkb
URL Officiel https://chromewebstore.google.com/detail/algorithm-to-wizard/paheefgkiimahbclagfhcnehdiengfkb
Description Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus
Taille du Fichier 3.7 KB
Nombre d'Installations 19
Version Actuelle 1.3
Dernière Mise à Jour 2015-08-22
Date de Publication 2015-08-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur chris
Type de Paiement free
Site Web de l'Extension http://twitter.com/peteyreplies
URL de la Page d'Aide https://github.com/peteyreplies/algorithm-to-wizard
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Algorithm to Wizard",
    "version": "1.3",
    "description": "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}