Light Saber
light saber cursor that follows you
O que é Light Saber?
Light Saber é uma extensão do Chrome desenvolvida por FranPR9, e sua principal característica é "light saber cursor that follows you".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Light Saber
Baixe arquivos de extensão Light Saber 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
Light Saber that follows your cursor. You can change it color, turn off the sound and send it to the back and front of your page
Informações Básicas da Extensão
Nome | |
ID | ecjhncafajenonjhgojomkbpbnbclkbk |
URL Oficial | https://chrome.google.com/webstore/detail/light-saber/ecjhncafajenonjhgojomkbpbnbclkbk |
Descrição | light saber cursor that follows you |
Tamanho do Arquivo | 175 KB |
Contagem de Instalações | 510 |
Versão Atual | 0.3 |
Última Atualização | 2015-12-16 |
Data de Publicação | 2015-12-16 |
Classificação | 1.62/5 Total de 13 Avaliações |
Desenvolvedor | FranPR9 |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/FranPR9/light_saber |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Light Saber", "description": "light saber cursor that follows you", "version": "0.3", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "img\/lightsaber.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "js": [ "js\/light_saber.js" ] } ], "web_accessible_resources": [ "img\/*.png", "audio\/*.WAV" ], "icons": { "16": "img\/lightsaber.png", "128": "img\/lightsaber.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/www.google.com\/*", "clipboardRead", "clipboardWrite", "https:\/\/ajax.googleapis.com\/" ] } |