Circle cursor
Change your cursor to a circle
Wat is Circle cursor?
Circle cursor is een Chrome-extensie ontwikkeld door coxmi, en de belangrijkste functie is "Change your cursor to a circle".
Extensie Screenshots
Download het CRX-bestand van de extensie Circle cursor
Download Circle cursor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple chrome plug-in that changes the cursor to a circle, similar to the iOS mouse cursor.
Basisinformatie over de Extensie
Naam | Circle cursor |
ID | ilelbekedacppdghaclcoolmmdogpbbh |
Officiële URL | https://chromewebstore.google.com/detail/circle-cursor/ilelbekedacppdghaclcoolmmdogpbbh |
Beschrijving | Change your cursor to a circle |
Bestandsgrootte | 12.43 KB |
Aantal Installaties | 273 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2022-02-04 |
Publicatiedatum | 2022-01-18 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | coxmi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/coxmi/chrome-circle-cursor |
Help Pagina-URL | https://github.com/coxmi/chrome-circle-cursor/issues |
Ondersteunde Talen | 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" } |