Lefty Cursor
Change the default pointer cursor to a left hand
O que é Lefty Cursor?
Lefty Cursor é uma extensão do Chrome desenvolvida por achord, e sua principal característica é "Change the default pointer cursor to a left hand".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lefty Cursor
Baixe arquivos de extensão Lefty Cursor 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
By default the web pointer cursor is a right hand. It's just another example of the man trying to hold a lefty down! Change the default pointer cursor to a lefty, the way God intended.
Informações Básicas da Extensão
Nome | |
ID | fpjichgkgkfiejcncbelcefkojdkeble |
URL Oficial | https://chrome.google.com/webstore/detail/lefty-cursor/fpjichgkgkfiejcncbelcefkojdkeble |
Descrição | Change the default pointer cursor to a left hand |
Tamanho do Arquivo | 20.23 KB |
Contagem de Instalações | 172 |
Versão Atual | 1.1 |
Última Atualização | 2017-09-30 |
Data de Publicação | 2017-09-30 |
Desenvolvedor | achord |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lefty Cursor", "description": "Change the default pointer cursor to a left hand", "version": "1.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "web_accessible_resources": [ "pointer-left-16.png", "hand-left-16.png", "grab-left-16.png" ], "browser_action": { "default_icon": "icon.png", "default_title": "Lefty Cursor" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles.css" ] } ], "permissions": [ "activeTab", "storage" ] } |