JS Drum Kit
Keyboard drumkit on every new tab!
Cos'è JS Drum Kit?
JS Drum Kit è un'estensione di Chrome sviluppata da schuette.markus, e la sua funzione principale è "Keyboard drumkit on every new tab!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JS Drum Kit
Scarica i file di estensione JS Drum Kit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | JS Drum Kit |
ID | kpdpfilpdghammlkfdahigbpgjjebija |
URL Ufficiale | https://chromewebstore.google.com/detail/js-drum-kit/kpdpfilpdghammlkfdahigbpgjjebija |
Descrizione | Keyboard drumkit on every new tab! |
Dimensione del File | 940 KB |
Conteggio Installazioni | 491 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-09-18 |
Data di Pubblicazione | 2018-09-18 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | schuette.markus |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JS Drum Kit", "description": "Keyboard drumkit on every new tab!", "version": "1.0.0", "manifest_version": 2, "scripts": "js\/custom.js", "icons": { "128": "drumkitlogo_128.png", "256": "drumkitlogo_256.png" }, "chrome_url_overrides": { "newtab": "index-SCHUETTE.html" } } |