Yoda on the Web

Takes all the text in header tags and replaces them with how Master Yoda would speak it.

Что такое Yoda on the Web?

Yoda on the Web - это расширение Chrome, разработанное jon.norstrom, и его основная функция - "Takes all the text in header tags and replaces them with how Master Yoda would speak it.".

Скачать файл CRX расширения Yoda on the Web

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

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

                                            

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

Название Yoda on the Web Yoda on the Web
ID pedhgknpekfpfcojephlhclmbiekinam
Официальный URL https://chromewebstore.google.com/detail/yoda-on-the-web/pedhgknpekfpfcojephlhclmbiekinam
Описание Takes all the text in header tags and replaces them with how Master Yoda would speak it.
Размер файла 62.01 KB
Количество установок 30
Текущая Версия 0.1
Последнее Обновление 2016-09-05
Дата публикации 2016-09-05
Рейтинг 3.67/5 Всего 3 оценок
Разработчик jon.norstrom
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yoda on the Web",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-310min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "Yoda16.png",
        "48": "Yoda48.png",
        "128": "Yoda128.png"
    },
    "description": "Takes all the text in header tags and replaces them with how Master Yoda would speak it."
}