AIRHORN

Boilerplate extension for class

Vad är AIRHORN?

AIRHORN är en Chrome-tillägg utvecklad av https://toddwords.com, och dess huvudfunktion är "Boilerplate extension for class".

Tilläggsskärmbilder

screenshot

Ladda ner AIRHORN-förlängningens CRX-fil

Ladda ner AIRHORN-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AIRHORN AIRHORN
ID lgdilciaoommilaaclidgmipedclhnph
Officiell webbadress https://chromewebstore.google.com/detail/airhorn/lgdilciaoommilaaclidgmipedclhnph
Beskrivning Boilerplate extension for class
Filstorlek 273 KB
Antal Installationer 1,519
Aktuell Version 0.0.2
Senast Uppdaterad 2022-08-10
Publiceringsdatum 2017-05-12
Betyg 4.18/5 Totalt 22 Betyg
Utvecklare https://toddwords.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}