Lefty Cursor
Change the default pointer cursor to a left hand
Cos'è Lefty Cursor?
Lefty Cursor è un'estensione di Chrome sviluppata da achord, e la sua funzione principale è "Change the default pointer cursor to a left hand".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lefty Cursor
Scarica i file di estensione Lefty Cursor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fpjichgkgkfiejcncbelcefkojdkeble |
URL Ufficiale | https://chrome.google.com/webstore/detail/lefty-cursor/fpjichgkgkfiejcncbelcefkojdkeble |
Descrizione | Change the default pointer cursor to a left hand |
Dimensione del File | 20.23 KB |
Conteggio Installazioni | 172 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-09-30 |
Data di Pubblicazione | 2017-09-30 |
Sviluppatore | achord |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |