Auto Hide Cursor
Hides the cursor after a configurable amount of time
Что такое Auto Hide Cursor?
Auto Hide Cursor - это расширение Chrome, разработанное Matthias Vogt, и его основная функция - "Hides the cursor after a configurable amount of time".
Скачать файл CRX расширения Auto Hide Cursor
Скачайте файлы расширений 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". Основная информация о расширении
| Название | |
| 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": [
" | |