Shake-a-tron
Let's shake it!
O que é Shake-a-tron?
Shake-a-tron é uma extensão do Chrome desenvolvida por Lanjelin, e sua principal característica é "Let's shake it!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shake-a-tron
Baixe arquivos de extensão Shake-a-tron no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Whenever a key is pressed, or the scrollwheel is used, any active window will tilt just a wee bit, enought to be extremely annoying.
Informações Básicas da Extensão
Nome | Shake-a-tron |
ID | jlhdlgabjamboakeokgkilijbmoknlje |
URL Oficial | https://chromewebstore.google.com/detail/shake-a-tron/jlhdlgabjamboakeokgkilijbmoknlje |
Descrição | Let's shake it! |
Tamanho do Arquivo | 37.64 KB |
Contagem de Instalações | 11 |
Versão Atual | 1.0 |
Última Atualização | 2015-12-28 |
Data de Publicação | 2015-12-27 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Lanjelin |
Tipo de Pagamento | free |
Idiomas Suportados | 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:\/\/*\/*" ] } ] } |