Circle cursor
Change your cursor to a circle
What is Circle cursor?
Circle cursor is a Chrome extension developed by coxmi, and its main feature is "Change your cursor to a circle".
Extension Screenshots
Download Circle cursor Extension CRX File
Download Circle cursor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple chrome plug-in that changes the cursor to a circle, similar to the iOS mouse cursor.
Extension Basic Information
Name | Circle cursor |
ID | ilelbekedacppdghaclcoolmmdogpbbh |
Official URL | https://chromewebstore.google.com/detail/circle-cursor/ilelbekedacppdghaclcoolmmdogpbbh |
Description | Change your cursor to a circle |
File Size | 12.43 KB |
Installation Count | 273 |
Current Version | 1.0.2 |
Last Updated | 2022-02-04 |
Publish Date | 2022-01-18 |
Rating | 4.00/5 Total 1 Ratings |
Developer | coxmi |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/coxmi/chrome-circle-cursor |
Help Page URL | https://github.com/coxmi/chrome-circle-cursor/issues |
Supported Languages | 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" } |