Lefty Cursor
Change the default pointer cursor to a left hand
What is Lefty Cursor?
Lefty Cursor is a Chrome extension developed by achord, and its main feature is "Change the default pointer cursor to a left hand".
Extension Screenshots
Download Lefty Cursor Extension CRX File
Download Lefty Cursor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fpjichgkgkfiejcncbelcefkojdkeble |
Official URL | https://chrome.google.com/webstore/detail/lefty-cursor/fpjichgkgkfiejcncbelcefkojdkeble |
Description | Change the default pointer cursor to a left hand |
File Size | 20.23 KB |
Installation Count | 172 |
Current Version | 1.1 |
Last Updated | 2017-09-30 |
Publish Date | 2017-09-30 |
Developer | achord |
Payment Type | free |
Supported Languages | 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" ] } |