Lefty Cursor
Change the default pointer cursor to a left hand
Qu'est-ce que Lefty Cursor ?
Lefty Cursor est une extension Chrome développée par achord, et sa fonction principale est "Change the default pointer cursor to a left hand".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lefty Cursor
Téléchargez les fichiers d'extension Lefty Cursor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. Informations de Base sur l'Extension
| Nom | |
| ID | fpjichgkgkfiejcncbelcefkojdkeble |
| URL Officiel | https://chrome.google.com/webstore/detail/lefty-cursor/fpjichgkgkfiejcncbelcefkojdkeble |
| Description | Change the default pointer cursor to a left hand |
| Taille du Fichier | 20.23 KB |
| Nombre d'Installations | 172 |
| Version Actuelle | 1.1 |
| Dernière Mise à Jour | 2017-09-30 |
| Date de Publication | 2017-09-30 |
| Développeur | achord |
| Type de Paiement | free |
| Langues Prises en Charge | 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"
]
} | |