AIRHORN

Boilerplate extension for class

Что такое AIRHORN?

AIRHORN - это расширение Chrome, разработанное https://toddwords.com, и его основная функция - "Boilerplate extension for class".

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

screenshot

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

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

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

                        Plays an airhorn sound whenever you press that ` key that you never use, you know the one next to the '1' key, with the '~' on it too? Yeah its much more useful with an airhorn.                    

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

Название AIRHORN AIRHORN
ID lgdilciaoommilaaclidgmipedclhnph
Официальный URL https://chromewebstore.google.com/detail/airhorn/lgdilciaoommilaaclidgmipedclhnph
Описание Boilerplate extension for class
Размер файла 273 KB
Количество установок 1,519
Текущая Версия 0.0.2
Последнее Обновление 2022-08-10
Дата публикации 2017-05-12
Рейтинг 4.18/5 Всего 22 оценок
Разработчик https://toddwords.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AIRHORN",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Boilerplate extension for class",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/mousetrap.min.js",
                "lib\/jquery-1.11.1.min.js",
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "airhorn.mp3"
    ]
}