Cursorify

Modify your cursors appearance in browser

Hvad er Cursorify?

Cursorify er en Chrome-udvidelse udviklet af refractiontech, og dens hovedfunktion er "Modify your cursors appearance in browser".

Udvidelsesskærmbilleder

screenshot

Download Cursorify-udvidelses-CRX-fil

Download Cursorify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Cursorify Cursorify
ID edgfeonoalmppnpdjiedepmhknmfaipf
Officiel URL https://chromewebstore.google.com/detail/cursorify/edgfeonoalmppnpdjiedepmhknmfaipf
Beskrivelse Modify your cursors appearance in browser
Filstørrelse 3.9 MB
Antal Installationer 21
Nuværende Version 1.1.0
Senest Opdateret 2020-03-04
Udgivelsesdato 2020-03-03
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler refractiontech
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
        }
    ]
}