CursorTrace
Trace your mouse cursor's path with an evanescent line.
Wat is CursorTrace?
CursorTrace is een Chrome-extensie ontwikkeld door hansy.cws, en de belangrijkste functie is "Trace your mouse cursor's path with an evanescent line.".
Extensie Screenshots
Download het CRX-bestand van de extensie CursorTrace
Download CursorTrace-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
Liven up your mouse cursor with this little extension.
As you move your mouse, CursorTrace draws a pen stroke behind the cursor, tracing its path before disappearing.
Choose from one of five different pen colors.
Note:
As with all Chrome extensions, CursorTrace will not work on Chrome Web Store pages. Navigate to another page - like www.google.com - to see CursorTrace do its magic. Basisinformatie over de Extensie
| Naam | |
| ID | gdngbglapejijhppfmpaofmcgbcpofnj |
| Officiële URL | https://chromewebstore.google.com/detail/cursortrace/gdngbglapejijhppfmpaofmcgbcpofnj |
| Beschrijving | Trace your mouse cursor's path with an evanescent line. |
| Bestandsgrootte | 20.99 KB |
| Aantal Installaties | 2,243 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-07-29 |
| Publicatiedatum | 2020-07-28 |
| Beoordeling | 3.53/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | hansy.cws |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CursorTrace",
"description": "Trace your mouse cursor's path with an evanescent line.",
"version": "1.0",
"incognito": "not_allowed",
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
" | |