AIRHORN

Boilerplate extension for class

ما هو AIRHORN؟

AIRHORN هو إضافة Chrome تم تطويرها بواسطة https://toddwords.com، والميزة الرئيسية لها هي "Boilerplate extension for class".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AIRHORN

قم بتنزيل ملفات الامتداد AIRHORN بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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