Change Cursors for Chrome

Change Custom Cursors on Chrome Browser

Was ist Change Cursors for Chrome?

Change Cursors for Chrome ist eine Chrome-Erweiterung, die von https://coolsymbol.com entwickelt wurde, und ihr Hauptmerkmal ist "Change Custom Cursors on Chrome Browser".

Erweiterungsscreenshots

screenshot

Change Cursors for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie Change Cursors for Chrome-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

                        Change your cursor with a click of mouse. This extension provides a collection of custom cursors that are easily accessible and used.
Change the cursors on your Chrome browsers with other fancy cursors to enhance your web surfing experiences. We provide colorful cursors, including arrow cursors, hand cursors, thing cursors, cursors with heart and love symbols, ...
Please refresh the previously opened tab after installing the extension to put it to actions.
Enjoy!!!                    

Grundlegende Informationen zur Erweiterung

Name Change Cursors for Chrome Change Cursors for Chrome
ID hbflglholnaeeglfmmoanffenlgkcefa
Offizielle URL https://chrome.google.com/webstore/detail/hbflglholnaeeglfmmoanffenlgkcefa
Beschreibung Change Custom Cursors on Chrome Browser
Dateigröße 142 KB
Installationsanzahl 9,313
Aktuelle Version 1.1
Letztes Update 2019-10-19
Veröffentlichungsdatum 2019-10-19
Bewertung 4.75/5 Insgesamt 48 Bewertungen
Entwickler https://coolsymbol.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://audiovoicerecorder.com
Hilfeseite URL https://charactercounttool.com
URL der Datenschutzrichtlinien-Seite https://proapps.org/extension-privacy-policy.html
Unterstützte Sprachen en-US
manifest.json
{
    "name": "Change Cursors for Chrome",
    "description": "Change Custom Cursors on Chrome Browser",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "dialog\/index.html",
        "default_title": "Change Cursors for Chrome"
    },
    "content_scripts": [
        {
            "css": [
                "content\/style.css"
            ],
            "js": [
                "content\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+Shift+C",
                "linux": "Alt+Shift+C",
                "mac": "Alt+Shift+C",
                "windows": "Alt+Shift+C"
            }
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "https:\/\/coolsymbol.com",
    "offline_enabled": true,
    "short_name": "CC",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "images\/*",
        "content\/*.*"
    ]
}