Algorithm to Wizard

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

Co je Algorithm to Wizard?

Algorithm to Wizard je rozšíření Chrome vyvinuté chris, a jeho hlavní funkcí je „Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Algorithm to Wizard

Stáhněte si soubory rozšíření Algorithm to Wizard ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        (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                    

Základní Informace o Rozšíření

Název Algorithm to Wizard Algorithm to Wizard
ID paheefgkiimahbclagfhcnehdiengfkb
Oficiální URL https://chromewebstore.google.com/detail/algorithm-to-wizard/paheefgkiimahbclagfhcnehdiengfkb
Popis Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus
Velikost souboru 3.7 KB
Počet instalací 19
Aktuální Verze 1.3
Poslední Aktualizace 2015-08-22
Datum Vydání 2015-08-22
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář chris
Typ Platby free
Webové stránky Rozšíření http://twitter.com/peteyreplies
URL Stránky Nápovědy https://github.com/peteyreplies/algorithm-to-wizard
Podporované Jazyky 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"
        }
    ]
}