AIRHORN

Boilerplate extension for class

AIRHORN क्या है?

AIRHORN https://toddwords.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boilerplate extension for class"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AIRHORN एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}