Lefty Cursor
Change the default pointer cursor to a left hand
Co je Lefty Cursor?
Lefty Cursor je rozšíření Chrome vyvinuté achord, a jeho hlavní funkcí je „Change the default pointer cursor to a left hand“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lefty Cursor
Stáhněte si soubory rozšíření Lefty Cursor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | fpjichgkgkfiejcncbelcefkojdkeble |
Oficiální URL | https://chrome.google.com/webstore/detail/lefty-cursor/fpjichgkgkfiejcncbelcefkojdkeble |
Popis | Change the default pointer cursor to a left hand |
Velikost souboru | 20.23 KB |
Počet instalací | 172 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2017-09-30 |
Datum Vydání | 2017-09-30 |
Vývojář | achord |
Typ Platby | free |
Podporované Jazyky | 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" ] } |