Hide mouse pointer

Hides the mouse pointer/cursor after scrolling.

Что такое Hide mouse pointer?

Hide mouse pointer - это расширение Chrome, разработанное Kenneth Sundqvist, и его основная функция - "Hides the mouse pointer/cursor after scrolling.".

Снимки экрана расширения

Скачать файл CRX расширения Hide mouse pointer

Скачайте файлы расширений Hide mouse pointer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The pointer is shown again after moving the mouse.                    

Основная информация о расширении

Название Hide mouse pointer Hide mouse pointer
ID lbbedlldjinglbnfghakndfbagkolfdf
Официальный URL https://chromewebstore.google.com/detail/hide-mouse-pointer/lbbedlldjinglbnfghakndfbagkolfdf
Описание Hides the mouse pointer/cursor after scrolling.
Размер файла 10.07 KB
Количество установок 389
Текущая Версия 1.1.0
Последнее Обновление 2020-01-02
Дата публикации 2020-01-02
Рейтинг 3.75/5 Всего 4 оценок
Разработчик Kenneth Sundqvist
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/KennethSundqvist/hide-mouse-pointer-browser-extension#readme
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide mouse pointer",
    "version": "1.1.0",
    "description": "Hides the mouse pointer\/cursor after scrolling.",
    "author": "Kenneth Sundqvist  (kesu.se)",
    "homepage_url": "https:\/\/github.com\/KennethSundqvist\/hide-mouse-pointer-browser-extension",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}