Circle cursor
Change your cursor to a circle
Vad är Circle cursor?
Circle cursor är en Chrome-tillägg utvecklad av coxmi, och dess huvudfunktion är "Change your cursor to a circle".
Tilläggsskärmbilder
Ladda ner Circle cursor-förlängningens CRX-fil
Ladda ner Circle cursor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A simple chrome plug-in that changes the cursor to a circle, similar to the iOS mouse cursor. Grundläggande Information om Tillägg
| Namn | |
| ID | ilelbekedacppdghaclcoolmmdogpbbh |
| Officiell webbadress | https://chromewebstore.google.com/detail/circle-cursor/ilelbekedacppdghaclcoolmmdogpbbh |
| Beskrivning | Change your cursor to a circle |
| Filstorlek | 12.43 KB |
| Antal Installationer | 273 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2022-02-04 |
| Publiceringsdatum | 2022-01-18 |
| Betyg | 4.00/5 Totalt 1 Betyg |
| Utvecklare | coxmi |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/coxmi/chrome-circle-cursor |
| Hjälpsida URL | https://github.com/coxmi/chrome-circle-cursor/issues |
| Stödda Språk | 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"
} | |