Circle cursor

Change your cursor to a circle

Hvad er Circle cursor?

Circle cursor er en Chrome-udvidelse udviklet af coxmi, og dens hovedfunktion er "Change your cursor to a circle".

Udvidelsesskærmbilleder

screenshot

Download Circle cursor-udvidelses-CRX-fil

Download Circle cursor-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

                        A simple chrome plug-in that changes the cursor to a circle, similar to the iOS mouse cursor.                    

Grundlæggende oplysninger om udvidelsen

Navn Circle cursor Circle cursor
ID ilelbekedacppdghaclcoolmmdogpbbh
Officiel URL https://chromewebstore.google.com/detail/circle-cursor/ilelbekedacppdghaclcoolmmdogpbbh
Beskrivelse Change your cursor to a circle
Filstørrelse 12.43 KB
Antal Installationer 273
Nuværende Version 1.0.2
Senest Opdateret 2022-02-04
Udgivelsesdato 2022-01-18
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler coxmi
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/coxmi/chrome-circle-cursor
Hjælpeside-URL https://github.com/coxmi/chrome-circle-cursor/issues
Understøttede Sprog en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "description": "Change your cursor to a circle",
    "icons": {
        "128": "assets\/icon128.png",
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Circle cursor",
    "homepage_url": "https:\/\/github.com\/coxmi\/chrome-circle-cursor",
    "version": "1.0.2"
}