Cyber to Wizard

Replaces the text 'cyber' with 'wizard'.

Что такое Cyber to Wizard?

Cyber to Wizard - это расширение Chrome, разработанное Will Oberndorfer, и его основная функция - "Replaces the text 'cyber' with 'wizard'.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Cyber to Wizard

Скачайте файлы расширений Cyber to Wizard в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Cyber to Wizard Cyber to Wizard
ID ijefilfadoeifnioiaajdiioacmdebel
Официальный URL https://chromewebstore.google.com/detail/cyber-to-wizard/ijefilfadoeifnioiaajdiioacmdebel
Описание Replaces the text 'cyber' with 'wizard'.
Размер файла 3.36 KB
Количество установок 58
Текущая Версия 1.0
Последнее Обновление 2015-05-26
Дата публикации 2015-05-25
Рейтинг 5.00/5 Всего 6 оценок
Разработчик Will Oberndorfer
Тип оплаты free
Официальный сайт расширения https://github.com/mancxvi/cyber-to-wizard
Поддерживаемые языки 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"
        }
    ]
}