Things to Toasters

Replaces the text 'internet of things' with 'wifi enabled toaster'.

Что такое Things to Toasters?

Things to Toasters - это расширение Chrome, разработанное max, и его основная функция - "Replaces the text 'internet of things' with 'wifi enabled toaster'.".

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

screenshot
screenshot

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

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

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

                        Replaces the text 'Internet of Things' with 'Wifi Enabled Toaster'. Also replaces 'IoT' with 'WeT'.

Inspired by the Cloud to Butt extension. 

Thanks :^)                    

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

Название Things to Toasters Things to Toasters
ID oibpnmflmfjmjdkljleibkbpfinnmenj
Официальный URL https://chromewebstore.google.com/detail/things-to-toasters/oibpnmflmfjmjdkljleibkbpfinnmenj
Описание Replaces the text 'internet of things' with 'wifi enabled toaster'.
Размер файла 12.03 KB
Количество установок 18
Текущая Версия 1.2
Последнее Обновление 2016-01-06
Дата публикации 2016-01-06
Рейтинг 5.00/5 Всего 1 оценок
Разработчик max
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Things to Toasters",
    "version": "1.2",
    "description": "Replaces the text 'internet of things' with 'wifi enabled toaster'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "wet.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "48.png",
        "128": "128.png"
    }
}