Cursor Traveler: mouse move counter
Count how many moves make your mouse
Cos'è Cursor Traveler: mouse move counter?
Cursor Traveler: mouse move counter è un'estensione di Chrome sviluppata da Dmytro Filipenko, e la sua funzione principale è "Count how many moves make your mouse".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cursor Traveler: mouse move counter
Scarica i file di estensione Cursor Traveler: mouse move counter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Your mouse cursor does a pretty good amount of moving. It darts from buttons to text boxes to links, always sending you to the next thing you want to look at. Those movements are all pretty small – only a couple centimeters across the front of your monitor… and yet one could easily see them adding up to pretty good distances over time. So, how far does a mouse cursor travel? Coming soon: ♛ Convert metric units to imperial units and vice versa ♛ Fancy graphs of daily usage ...and many more Source of extension: https://github.com/dmfilipenko/cursor-traveler
Informazioni di Base sull'Estensione
Nome | Cursor Traveler: mouse move counter |
ID | fpaofkicpfiiifjpmkcadjpedlohpgep |
URL Ufficiale | https://chromewebstore.google.com/detail/cursor-traveler-mouse-mov/fpaofkicpfiiifjpmkcadjpedlohpgep |
Descrizione | Count how many moves make your mouse |
Dimensione del File | 201 KB |
Conteggio Installazioni | 2,608 |
Versione Corrente | 2.0.5 |
Ultimo Aggiornamento | 2020-02-10 |
Data di Pubblicazione | 2020-02-10 |
Valutazione | 4.00/5 Totale 9 Valutazioni |
Sviluppatore | Dmytro Filipenko |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dmfilipenko/cursor-traveler |
URL della Pagina di Aiuto | https://github.com/dmfilipenko/cursor-traveler |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cursor Traveler: mouse move counter", "description": "Count how many moves make your mouse", "version": "2.0.5", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |