Cyber to Wizard

Replaces the text 'cyber' with 'wizard'.

Vad är Cyber to Wizard?

Cyber to Wizard är en Chrome-tillägg utvecklad av Will Oberndorfer, och dess huvudfunktion är "Replaces the text 'cyber' with 'wizard'.".

Tilläggsskärmbilder

screenshot

Ladda ner Cyber to Wizard-förlängningens CRX-fil

Ladda ner Cyber to Wizard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Replaces 'cyber' with 'wizard'. They're the same thing, right?                    

Grundläggande Information om Tillägg

Namn Cyber to Wizard Cyber to Wizard
ID ijefilfadoeifnioiaajdiioacmdebel
Officiell webbadress https://chromewebstore.google.com/detail/cyber-to-wizard/ijefilfadoeifnioiaajdiioacmdebel
Beskrivning Replaces the text 'cyber' with 'wizard'.
Filstorlek 3.36 KB
Antal Installationer 58
Aktuell Version 1.0
Senast Uppdaterad 2015-05-26
Publiceringsdatum 2015-05-25
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare Will Oberndorfer
Betalningssätt free
Tilläggswebbplats https://github.com/mancxvi/cyber-to-wizard
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyber to Wizard",
    "version": "1.0",
    "description": "Replaces the text 'cyber' with 'wizard'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}