Algorithm to Wizard

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

Cos'è Algorithm to Wizard?

Algorithm to Wizard è un'estensione di Chrome sviluppata da chris, e la sua funzione principale è "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Algorithm to Wizard

Scarica i file di estensione Algorithm to Wizard 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

                        (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                    

Informazioni di Base sull'Estensione

Nome Algorithm to Wizard Algorithm to Wizard
ID paheefgkiimahbclagfhcnehdiengfkb
URL Ufficiale https://chromewebstore.google.com/detail/algorithm-to-wizard/paheefgkiimahbclagfhcnehdiengfkb
Descrizione Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus
Dimensione del File 3.7 KB
Conteggio Installazioni 19
Versione Corrente 1.3
Ultimo Aggiornamento 2015-08-22
Data di Pubblicazione 2015-08-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore chris
Tipo di Pagamento free
Sito Web dell'Estensione http://twitter.com/peteyreplies
URL della Pagina di Aiuto https://github.com/peteyreplies/algorithm-to-wizard
Lingue Supportate 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"
        }
    ]
}