Lefty Cursor
Change the default pointer cursor to a left hand
¿Qué es Lefty Cursor?
Lefty Cursor es una extensión de Chrome desarrollada por achord, y su función principal es "Change the default pointer cursor to a left hand".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Lefty Cursor
Descarga archivos de extensión Lefty Cursor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | fpjichgkgkfiejcncbelcefkojdkeble |
URL Oficial | https://chrome.google.com/webstore/detail/lefty-cursor/fpjichgkgkfiejcncbelcefkojdkeble |
Descripción | Change the default pointer cursor to a left hand |
Tamaño del Archivo | 20.23 KB |
Cantidad de Instalaciones | 172 |
Versión Actual | 1.1 |
Última Actualización | 2017-09-30 |
Fecha de Publicación | 2017-09-30 |
Desarrollador | achord |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |