Shake-a-tron
Let's shake it!
Wat is Shake-a-tron?
Shake-a-tron is een Chrome-extensie ontwikkeld door Lanjelin, en de belangrijkste functie is "Let's shake it!".
Extensie Screenshots
Download het CRX-bestand van de extensie Shake-a-tron
Download Shake-a-tron-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
Whenever a key is pressed, or the scrollwheel is used, any active window will tilt just a wee bit, enought to be extremely annoying.
Basisinformatie over de Extensie
Naam | Shake-a-tron |
ID | jlhdlgabjamboakeokgkilijbmoknlje |
Officiële URL | https://chromewebstore.google.com/detail/shake-a-tron/jlhdlgabjamboakeokgkilijbmoknlje |
Beschrijving | Let's shake it! |
Bestandsgrootte | 37.64 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-12-28 |
Publicatiedatum | 2015-12-27 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Lanjelin |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |