Cursorify

Modify your cursors appearance in browser

Cos'è Cursorify?

Cursorify è un'estensione di Chrome sviluppata da refractiontech, e la sua funzione principale è "Modify your cursors appearance in browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cursorify

Scarica i file di estensione Cursorify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Cursorify Cursorify
ID edgfeonoalmppnpdjiedepmhknmfaipf
URL Ufficiale https://chromewebstore.google.com/detail/cursorify/edgfeonoalmppnpdjiedepmhknmfaipf
Descrizione Modify your cursors appearance in browser
Dimensione del File 3.9 MB
Conteggio Installazioni 21
Versione Corrente 1.1.0
Ultimo Aggiornamento 2020-03-04
Data di Pubblicazione 2020-03-03
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore refractiontech
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}