Change Cursors for Chrome

Change Custom Cursors on Chrome Browser

Co to jest Change Cursors for Chrome?

Change Cursors for Chrome to rozszerzenie Chrome opracowane przez https://coolsymbol.com, a jego główną funkcją jest „Change Custom Cursors on Chrome Browser”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Change Cursors for Chrome

Pobierz pliki rozszerzeń Change Cursors for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!!!                    

Podstawowe informacje o rozszerzeniu

Nazwa Change Cursors for Chrome Change Cursors for Chrome
ID hbflglholnaeeglfmmoanffenlgkcefa
Oficjalny URL https://chrome.google.com/webstore/detail/hbflglholnaeeglfmmoanffenlgkcefa
Opis Change Custom Cursors on Chrome Browser
Rozmiar pliku 142 KB
Liczba instalacji 9,313
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-10-19
Data Publikacji 2019-10-19
Ocena 4.75/5 Łącznie 48 Oceny
Deweloper https://coolsymbol.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://audiovoicerecorder.com
Adres URL Strony Pomocy https://charactercounttool.com
Adres URL Strony Polityki Prywatności https://proapps.org/extension-privacy-policy.html
Obsługiwane Języki 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\/*.*"
    ]
}