Change Cursors for Chrome

Change Custom Cursors on Chrome Browser

Apa itu Change Cursors for Chrome?

Change Cursors for Chrome adalah ekstensi Chrome yang dikembangkan oleh https://coolsymbol.com, dan fitur utamanya adalah "Change Custom Cursors on Chrome Browser".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Change Cursors for Chrome

Unduh file ekstensi Change Cursors for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Change Cursors for Chrome Change Cursors for Chrome
ID hbflglholnaeeglfmmoanffenlgkcefa
URL Resmi https://chrome.google.com/webstore/detail/hbflglholnaeeglfmmoanffenlgkcefa
Deskripsi Change Custom Cursors on Chrome Browser
Ukuran File 142 KB
Jumlah Instalasi 9,313
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-10-19
Tanggal Publikasi 2019-10-19
Penilaian 4.75/5 Total 48 Penilaian
Pengembang https://coolsymbol.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://audiovoicerecorder.com
URL Halaman Bantuan https://charactercounttool.com
URL Halaman Kebijakan Privasi https://proapps.org/extension-privacy-policy.html
Bahasa yang Didukung 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\/*.*"
    ]
}