Algorithm to Wizard

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

Hvad er Algorithm to Wizard?

Algorithm to Wizard er en Chrome-udvidelse udviklet af chris, og dens hovedfunktion er "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Algorithm to Wizard-udvidelses-CRX-fil

Download Algorithm to Wizard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        (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                    

Grundlæggende oplysninger om udvidelsen

Navn Algorithm to Wizard Algorithm to Wizard
ID paheefgkiimahbclagfhcnehdiengfkb
Officiel URL https://chromewebstore.google.com/detail/algorithm-to-wizard/paheefgkiimahbclagfhcnehdiengfkb
Beskrivelse Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus
Filstørrelse 3.7 KB
Antal Installationer 19
Nuværende Version 1.3
Senest Opdateret 2015-08-22
Udgivelsesdato 2015-08-22
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler chris
Betalingsmetode free
Udvidelseswebsted http://twitter.com/peteyreplies
Hjælpeside-URL https://github.com/peteyreplies/algorithm-to-wizard
Understøttede Sprog 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"
        }
    ]
}