Super Mouse
Select Mouse Cursor of Your own choice.
O que é Super Mouse?
Super Mouse é uma extensão do Chrome desenvolvida por Mr. Teachnology Inc., e sua principal característica é "Select Mouse Cursor of Your own choice.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Super Mouse
Baixe arquivos de extensão Super Mouse 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
Super Mouse by Mr. Teachnology / Jay Murphy Change your mouse cursor to an image of your choice. Encourage and support the focus of readers of any level....Super Mouse does just that. Choose an included image or select your own from the web and have a mouse cursor worth paying attention to. All instructions are within the pop up windoe of the extension.
Informações Básicas da Extensão
Nome | Super Mouse |
ID | cokbkfdekagbhjgcbmfocehbmocjmgmk |
URL Oficial | https://chromewebstore.google.com/detail/super-mouse/cokbkfdekagbhjgcbmfocehbmocjmgmk |
Descrição | Select Mouse Cursor of Your own choice. |
Tamanho do Arquivo | 133 KB |
Contagem de Instalações | 855 |
Versão Atual | 1.8 |
Última Atualização | 2017-10-08 |
Data de Publicação | 2017-10-08 |
Classificação | 3.00/5 Total de 10 Avaliações |
Desenvolvedor | Mr. Teachnology Inc. |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.mrteachnology.com |
URL da Página de Ajuda | https://www.mrteachnology.com |
URL da Página de Política de Privacidade | http://www.jaymurphy.org |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Mouse", "description": "Select Mouse Cursor of Your own choice.", "version": "1.8", "background": { "scripts": [ "background.js", "jquery.min.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "myscript.js" ] } ], "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "web_accessible_resources": [ "lightbulb.png", "starp.png", "arrow.png", "star.png", "santa.png", "hand.png", "move.png", "select.png", "wink.png", "sad.png", "fav.png", "sleep.png", "cry.png", "sn.png", "g.png", "df.png", "lv.png", "bn.png", "cvv.png", "jh.png", "kl.png", "sd.png", "vb.png", "jhh.png" ] } |