Mouse Odometer
Keep track of the distance your mouse has moved!
Apa itu Mouse Odometer?
Mouse Odometer adalah ekstensi Chrome yang dikembangkan oleh travis.lawrence12, dan fitur utamanya adalah "Keep track of the distance your mouse has moved!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mouse Odometer
Unduh file ekstensi Mouse Odometer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
How busy are you everyday surfing the web? Keep track of how far you move your cursor around the screen. The mouse odometer will carefully track how far you move your mouse on the pages you browse! Be sure to check your movement history within the options menu and check what level you achieve. Clicking on your total distance in the options will also show other metrics of distance you have traveled.
Informasi Dasar Ekstensi
Nama | Mouse Odometer |
ID | eemhobgckjipmjobdocfilbfapcbkano |
URL Resmi | https://chromewebstore.google.com/detail/mouse-odometer/eemhobgckjipmjobdocfilbfapcbkano |
Deskripsi | Keep track of the distance your mouse has moved! |
Ukuran File | 79.44 KB |
Jumlah Instalasi | 139 |
Versi Saat Ini | 0.9.2 |
Terakhir Diperbarui | 2023-12-25 |
Tanggal Publikasi | 2021-03-26 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | travis.lawrence12 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://chromewebstore.google.com/detail/mouse-odometer/eemhobgckjipmjobdocfilbfapcbkano?hl=en-US |
URL Halaman Bantuan | https://redundantrobot.com/ |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mouse Odometer", "version": "0.9.2", "manifest_version": 3, "description": "Keep track of the distance your mouse has moved!", "web_accessible_resources": [ { "resources": [ "public\/scripts\/utilities\/odometer.min.js", "public\/scripts\/application.js", "public\/styles\/odometer-theme-default.css", "public\/styles\/styles.css" ], "matches": [] } ], "background": { "service_worker": "public\/scripts\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ " |