Cursorify

Modify your cursors appearance in browser

Vad är Cursorify?

Cursorify är en Chrome-tillägg utvecklad av refractiontech, och dess huvudfunktion är "Modify your cursors appearance in browser".

Tilläggsskärmbilder

screenshot

Ladda ner Cursorify-förlängningens CRX-fil

Ladda ner Cursorify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Cursorify Cursorify
ID edgfeonoalmppnpdjiedepmhknmfaipf
Officiell webbadress https://chromewebstore.google.com/detail/cursorify/edgfeonoalmppnpdjiedepmhknmfaipf
Beskrivning Modify your cursors appearance in browser
Filstorlek 3.9 MB
Antal Installationer 21
Aktuell Version 1.1.0
Senast Uppdaterad 2020-03-04
Publiceringsdatum 2020-03-03
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare refractiontech
E-post [email protected]
Betalningssätt free
Stödda Språk 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
        }
    ]
}