Hide mouse pointer

Hides the mouse pointer/cursor after scrolling.

什么是Hide mouse pointer?

Hide mouse pointer是由Kenneth Sundqvist开发的Chrome扩展程序,该扩展的主要功能是“Hides the mouse pointer/cursor after scrolling.”。

扩展截图

下载Hide mouse pointer扩展crx文件

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

扩展使用说明

                        The pointer is shown again after moving the mouse.                    

扩展基本信息

名称 Hide mouse pointer Hide mouse pointer
ID lbbedlldjinglbnfghakndfbagkolfdf
官方URL https://chromewebstore.google.com/detail/hide-mouse-pointer/lbbedlldjinglbnfghakndfbagkolfdf
简介 Hides the mouse pointer/cursor after scrolling.
文件大小 10.07 KB
安装次数 389
当前版本 1.1.0
更新时间 2020-01-02
上架时间 2020-01-02
评分 3.75/5 共4次评分
开发者 Kenneth Sundqvist
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/KennethSundqvist/hide-mouse-pointer-browser-extension#readme
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide mouse pointer",
    "version": "1.1.0",
    "description": "Hides the mouse pointer\/cursor after scrolling.",
    "author": "Kenneth Sundqvist  (kesu.se)",
    "homepage_url": "https:\/\/github.com\/KennethSundqvist\/hide-mouse-pointer-browser-extension",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}