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 |
官方網址 | 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": [ " |