AIRHORN

Boilerplate extension for class

什么是AIRHORN?

AIRHORN是由https://toddwords.com开发的Chrome扩展程序,该扩展的主要功能是“Boilerplate extension for class”。

扩展截图

screenshot

下载AIRHORN扩展crx文件

下载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"
    ]
}