Auto Hide Cursor
Hides the cursor after a configurable amount of time
什么是Auto Hide Cursor?
Auto Hide Cursor是由Matthias Vogt开发的Chrome扩展程序,该扩展的主要功能是“Hides the cursor after a configurable amount of time”。
下载Auto Hide Cursor扩展crx文件
下载Auto Hide Cursor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically hides the Cursor on webpages after a configurable amount of seconds. Hides the cursor on all pages at the same time. Also comes with a keyboard shortcut to hide the cursor: Ctrl+Shift+H/Cmd+Shift+H idk why but the cursor annoys me when I'm reading a blogpost or something and pressing *any* button to hide it is just way too much of a hassle for me. See also https://xkcd.com/1319/, except replace "time" with "not fun".
扩展基本信息
名称 | Auto Hide Cursor |
ID | jbbnnopgaidlnbefoiebogfaebmehbda |
官方URL | https://chromewebstore.google.com/detail/auto-hide-cursor/jbbnnopgaidlnbefoiebogfaebmehbda |
简介 | Hides the cursor after a configurable amount of time |
文件大小 | 31.73 KB |
安装次数 | 1,589 |
当前版本 | 0.1.0 |
更新时间 | 2016-04-19 |
上架时间 | 2016-04-18 |
评分 | 2.71/5 共31次评分 |
开发者 | Matthias Vogt |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/matthias-vogt/auto-hide-cursor |
帮助页面URL | https://github.com/matthias-vogt/auto-hide-cursor/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Hide Cursor", "description": "Hides the cursor after a configurable amount of time", "version": "0.1.0", "author": "Matthias Vogt", "homepage_url": "https:\/\/github.com\/matthias-vogt\/auto-hide-cursor", "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "hide-cursor-class.css" ], "js": [ "tab.js" ], "matches": [ " |