Mouse Marker
Show where your mouse is and where it's clicked.
What is Mouse Marker?
Mouse Marker is a Chrome extension developed by ken frederick, and its main feature is "Show where your mouse is and where it's clicked.".
Extension Screenshots
Download Mouse Marker Extension CRX File
Download Mouse Marker 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
Extension Basic Information
Name | Mouse Marker |
ID | dcdpdelbjfimkjhigopegdmkcaefmenm |
Official URL | https://chromewebstore.google.com/detail/mouse-marker/dcdpdelbjfimkjhigopegdmkcaefmenm |
Description | Show where your mouse is and where it's clicked. |
File Size | 12.23 KB |
Installation Count | 62 |
Current Version | 0.0.1 |
Last Updated | 2019-01-29 |
Publish Date | 2019-01-25 |
Developer | ken frederick |
[email protected] | |
Payment Type | free |
Supported Languages | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "0.0.1", "default_locale": "en", "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" }, "author": "Ken Frederick", "background": { "scripts": [ "background.min.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |