Circle cursor

Change your cursor to a circle

Co to jest Circle cursor?

Circle cursor to rozszerzenie Chrome opracowane przez coxmi, a jego główną funkcją jest „Change your cursor to a circle”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Circle cursor

Pobierz pliki rozszerzeń Circle cursor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Circle cursor Circle cursor
ID ilelbekedacppdghaclcoolmmdogpbbh
Oficjalny URL https://chromewebstore.google.com/detail/circle-cursor/ilelbekedacppdghaclcoolmmdogpbbh
Opis Change your cursor to a circle
Rozmiar pliku 12.43 KB
Liczba instalacji 273
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2022-02-04
Data Publikacji 2022-01-18
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper coxmi
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/coxmi/chrome-circle-cursor
Adres URL Strony Pomocy https://github.com/coxmi/chrome-circle-cursor/issues
Obsługiwane Języki 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"
}