Mouse Marker
Show where your mouse is and where it's clicked.
什么是Mouse Marker?
Mouse Marker是由ken frederick开发的Chrome扩展程序,该扩展的主要功能是“Show where your mouse is and where it's clicked.”。
扩展截图
下载Mouse Marker扩展crx文件
下载Mouse Marker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Mouse Marker |
ID | dcdpdelbjfimkjhigopegdmkcaefmenm |
官方URL | https://chromewebstore.google.com/detail/mouse-marker/dcdpdelbjfimkjhigopegdmkcaefmenm |
简介 | Show where your mouse is and where it's clicked. |
文件大小 | 12.23 KB |
安装次数 | 62 |
当前版本 | 0.0.1 |
更新时间 | 2019-01-29 |
上架时间 | 2019-01-25 |
开发者 | ken frederick |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [ " |