Circle cursor
Change your cursor to a circle
Was ist Circle cursor?
Circle cursor ist eine Chrome-Erweiterung, die von coxmi entwickelt wurde, und ihr Hauptmerkmal ist "Change your cursor to a circle".
Erweiterungsscreenshots
Circle cursor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Circle cursor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A simple chrome plug-in that changes the cursor to a circle, similar to the iOS mouse cursor. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ilelbekedacppdghaclcoolmmdogpbbh |
| Offizielle URL | https://chromewebstore.google.com/detail/circle-cursor/ilelbekedacppdghaclcoolmmdogpbbh |
| Beschreibung | Change your cursor to a circle |
| Dateigröße | 12.43 KB |
| Installationsanzahl | 273 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2022-02-04 |
| Veröffentlichungsdatum | 2022-01-18 |
| Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
| Entwickler | coxmi |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/coxmi/chrome-circle-cursor |
| Hilfeseite URL | https://github.com/coxmi/chrome-circle-cursor/issues |
| Unterstützte Sprachen | 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"
} | |