Lefty Cursor
Change the default pointer cursor to a left hand
Was ist Lefty Cursor?
Lefty Cursor ist eine Chrome-Erweiterung, die von achord entwickelt wurde, und ihr Hauptmerkmal ist "Change the default pointer cursor to a left hand".
Erweiterungsscreenshots
Lefty Cursor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lefty Cursor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fpjichgkgkfiejcncbelcefkojdkeble |
| Offizielle URL | https://chrome.google.com/webstore/detail/lefty-cursor/fpjichgkgkfiejcncbelcefkojdkeble |
| Beschreibung | Change the default pointer cursor to a left hand |
| Dateigröße | 20.23 KB |
| Installationsanzahl | 172 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2017-09-30 |
| Veröffentlichungsdatum | 2017-09-30 |
| Entwickler | achord |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |