Auto Hide Cursor
Hides the cursor after a configurable amount of time
Co je Auto Hide Cursor?
Auto Hide Cursor je rozšíření Chrome vyvinuté Matthias Vogt, a jeho hlavní funkcí je „Hides the cursor after a configurable amount of time“.
Stáhnout soubor CRX rozšíření Auto Hide Cursor
Stáhněte si soubory rozšíření Auto Hide Cursor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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".
Základní Informace o Rozšíření
Název | Auto Hide Cursor |
ID | jbbnnopgaidlnbefoiebogfaebmehbda |
Oficiální URL | https://chromewebstore.google.com/detail/auto-hide-cursor/jbbnnopgaidlnbefoiebogfaebmehbda |
Popis | Hides the cursor after a configurable amount of time |
Velikost souboru | 31.73 KB |
Počet instalací | 1,589 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2016-04-19 |
Datum Vydání | 2016-04-18 |
Hodnocení | 2.71/5 Celkem 31 Hodnocení |
Vývojář | Matthias Vogt |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/matthias-vogt/auto-hide-cursor |
URL Stránky Nápovědy | https://github.com/matthias-vogt/auto-hide-cursor/issues |
Podporované Jazyky | 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": [ " |