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
官方網址 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"
    ]
}