Shake-a-tron
Let's shake it!
Cos'è Shake-a-tron?
Shake-a-tron è un'estensione di Chrome sviluppata da Lanjelin, e la sua funzione principale è "Let's shake it!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shake-a-tron
Scarica i file di estensione Shake-a-tron 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
Whenever a key is pressed, or the scrollwheel is used, any active window will tilt just a wee bit, enought to be extremely annoying.
Informazioni di Base sull'Estensione
Nome | Shake-a-tron |
ID | jlhdlgabjamboakeokgkilijbmoknlje |
URL Ufficiale | https://chromewebstore.google.com/detail/shake-a-tron/jlhdlgabjamboakeokgkilijbmoknlje |
Descrizione | Let's shake it! |
Dimensione del File | 37.64 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-12-28 |
Data di Pubblicazione | 2015-12-27 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Lanjelin |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shake-a-tron", "version": "1.0", "description": "Let's shake it!", "icons": { "16": "icon-24.png", "48": "icon-50.png", "128": "icon-100.png" }, "manifest_version": 2, "content_scripts": [ { "js": [ "jquery-2.0.2.min.js", "shake.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |