AIRHORN

Boilerplate extension for class

Wat is AIRHORN?

AIRHORN is een Chrome-extensie ontwikkeld door https://toddwords.com, en de belangrijkste functie is "Boilerplate extension for class".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AIRHORN

Download AIRHORN-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AIRHORN AIRHORN
ID lgdilciaoommilaaclidgmipedclhnph
Officiële URL https://chromewebstore.google.com/detail/airhorn/lgdilciaoommilaaclidgmipedclhnph
Beschrijving Boilerplate extension for class
Bestandsgrootte 273 KB
Aantal Installaties 1,519
Huidige Versie 0.0.2
Laatst Bijgewerkt 2022-08-10
Publicatiedatum 2017-05-12
Beoordeling 4.18/5 Totaal 22 Beoordelingen
Ontwikkelaar https://toddwords.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}