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