Wine To Blood Wine

Replaces normal words with their Star Trek counterparts.

Что такое Wine To Blood Wine?

Wine To Blood Wine - это расширение Chrome, разработанное Ben Jaffe, и его основная функция - "Replaces normal words with their Star Trek counterparts.".

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

screenshot

Скачать файл CRX расширения Wine To Blood Wine

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

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

                        Chrome extension that replaces occurrences of normal words with their Star Trek counterparts.

 * Human to Hewmon
 * Wine to Bloodwine
 * Tea to Tarkalean Tea
 * Coffee to Raktajino
 * Beer to Romulan Ale
 * Brandy with Saurian Brandy
 * Cisco to Sisko

The source for this plugin is on github: https://github.com/benjaffe/wine-to-blood-wine
Feel free to make suggestions if you have more ideas!                    

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

Название Wine To Blood Wine Wine To Blood Wine
ID oojmnaakidfomjhbenaeaekopinecbci
Официальный URL https://chromewebstore.google.com/detail/wine-to-blood-wine/oojmnaakidfomjhbenaeaekopinecbci
Описание Replaces normal words with their Star Trek counterparts.
Размер файла 29.39 KB
Количество установок 98
Текущая Версия 1.2.1
Последнее Обновление 2014-05-18
Дата публикации 2014-05-17
Рейтинг 5.00/5 Всего 6 оценок
Разработчик Ben Jaffe
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wine To Blood Wine",
    "version": "1.2.1",
    "description": "Replaces normal words with their Star Trek counterparts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/content_styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}