Cursorify

Modify your cursors appearance in browser

Apa itu Cursorify?

Cursorify adalah ekstensi Chrome yang dikembangkan oleh refractiontech, dan fitur utamanya adalah "Modify your cursors appearance in browser".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cursorify

Unduh file ekstensi Cursorify 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

                        The extensions allows you to change the default cursor suggesting you a huge amount of cursors with different coloring and structure.                    

Informasi Dasar Ekstensi

Nama Cursorify Cursorify
ID edgfeonoalmppnpdjiedepmhknmfaipf
URL Resmi https://chromewebstore.google.com/detail/cursorify/edgfeonoalmppnpdjiedepmhknmfaipf
Deskripsi Modify your cursors appearance in browser
Ukuran File 3.9 MB
Jumlah Instalasi 21
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2020-03-04
Tanggal Publikasi 2020-03-03
Penilaian 5.00/5 Total 2 Penilaian
Pengembang refractiontech
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cursorify",
    "short_name": "Cursorify",
    "version": "1.1.0",
    "description": "Modify your cursors appearance in browser",
    "author": "Refraction.Tech",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "media\/logo16.png",
            "32": "media\/logo32.png",
            "48": "media\/logo48.png",
            "128": "media\/logo128.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ]
}