Mouse Pointer Highliter

Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media

什么是Mouse Pointer Highliter?

Mouse Pointer Highliter是由Debug Media开发的Chrome扩展程序,该扩展的主要功能是“Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media”。

扩展截图

screenshot

下载Mouse Pointer Highliter扩展crx文件

下载Mouse Pointer Highliter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This will hide all the elements on the screen except the portion of your mouse pointer, This is going to be very useful when you are taking online classes if you want them to focus on the section you are reading / explaining then you just have to point to that section and only that section will be visible                    

扩展基本信息

名称 Mouse Pointer Highliter Mouse Pointer Highliter
ID fpnbcnljcbokdgeiihchnhobbokloaon
官方URL https://chromewebstore.google.com/detail/mouse-pointer-highliter/fpnbcnljcbokdgeiihchnhobbokloaon
简介 Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media
文件大小 4.68 KB
安装次数 21
当前版本 1.0.0
更新时间 2020-08-14
上架时间 2020-08-13
评分 5.00/5 共1次评分
开发者 Debug Media
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.youtube.com/debugmedia
帮助页面URL https://www.youtube.com/debugmedia
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse Pointer Highliter",
    "version": "1.0.0",
    "description": "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}