Auto Hide Cursor
Hides the cursor after a configurable amount of time
What is Auto Hide Cursor?
Auto Hide Cursor is a Chrome extension developed by Matthias Vogt, and its main feature is "Hides the cursor after a configurable amount of time".
Download Auto Hide Cursor Extension CRX File
Download Auto Hide Cursor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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".
Extension Basic Information
Name | Auto Hide Cursor |
ID | jbbnnopgaidlnbefoiebogfaebmehbda |
Official URL | https://chromewebstore.google.com/detail/auto-hide-cursor/jbbnnopgaidlnbefoiebogfaebmehbda |
Description | Hides the cursor after a configurable amount of time |
File Size | 31.73 KB |
Installation Count | 1,589 |
Current Version | 0.1.0 |
Last Updated | 2016-04-19 |
Publish Date | 2016-04-18 |
Rating | 2.71/5 Total 31 Ratings |
Developer | Matthias Vogt |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/matthias-vogt/auto-hide-cursor |
Help Page URL | https://github.com/matthias-vogt/auto-hide-cursor/issues |
Supported Languages | 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": [ " |