Lefty Cursor

Change the default pointer cursor to a left hand

Wat is Lefty Cursor?

Lefty Cursor is een Chrome-extensie ontwikkeld door achord, en de belangrijkste functie is "Change the default pointer cursor to a left hand".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lefty Cursor

Download Lefty Cursor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Lefty Cursor Lefty Cursor
ID fpjichgkgkfiejcncbelcefkojdkeble
Officiële URL https://chrome.google.com/webstore/detail/lefty-cursor/fpjichgkgkfiejcncbelcefkojdkeble
Beschrijving Change the default pointer cursor to a left hand
Bestandsgrootte 20.23 KB
Aantal Installaties 172
Huidige Versie 1.1
Laatst Bijgewerkt 2017-09-30
Publicatiedatum 2017-09-30
Ontwikkelaar achord
Betalingswijze free
Ondersteunde Talen 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"
    ]
}