Auto Hide Cursor
Hides the cursor after a configurable amount of time
Vad är Auto Hide Cursor?
Auto Hide Cursor är en Chrome-tillägg utvecklad av Matthias Vogt, och dess huvudfunktion är "Hides the cursor after a configurable amount of time".
Ladda ner Auto Hide Cursor-förlängningens CRX-fil
Ladda ner Auto Hide Cursor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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".
Grundläggande Information om Tillägg
Namn | Auto Hide Cursor |
ID | jbbnnopgaidlnbefoiebogfaebmehbda |
Officiell webbadress | https://chromewebstore.google.com/detail/auto-hide-cursor/jbbnnopgaidlnbefoiebogfaebmehbda |
Beskrivning | Hides the cursor after a configurable amount of time |
Filstorlek | 31.73 KB |
Antal Installationer | 1,589 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2016-04-19 |
Publiceringsdatum | 2016-04-18 |
Betyg | 2.71/5 Totalt 31 Betyg |
Utvecklare | Matthias Vogt |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/matthias-vogt/auto-hide-cursor |
Hjälpsida URL | https://github.com/matthias-vogt/auto-hide-cursor/issues |
Stödda Språk | 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": [ " |