Mouse Pointer Double

Displays copy of the mouse pointer on the page. Intended for use with Chromecast.

Что такое Mouse Pointer Double?

Mouse Pointer Double - это расширение Chrome, разработанное noahlyle167, и его основная функция - "Displays copy of the mouse pointer on the page. Intended for use with Chromecast.".

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

screenshot

Скачать файл CRX расширения Mouse Pointer Double

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

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

                        reeeeeeeeeeeeeeeeee                    

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

Название Mouse Pointer Double Mouse Pointer Double
ID hbdkmhipnebfndadbkdpkjeijkmddbjn
Официальный URL https://chrome.google.com/webstore/detail/mouse-pointer-double/hbdkmhipnebfndadbkdpkjeijkmddbjn
Описание Displays copy of the mouse pointer on the page. Intended for use with Chromecast.
Размер файла 12.18 KB
Количество установок 15
Текущая Версия 1.0.0
Последнее Обновление 2019-03-31
Дата публикации 2019-03-31
Рейтинг 1.00/5 Всего 1 оценок
Разработчик noahlyle167
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse Pointer Double",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Displays copy of the mouse pointer on the page. Intended for use with Chromecast.",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Show mouse pointer double",
        "default_icon": {
            "19": "images\/logo19.png",
            "38": "images\/logo38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/cursor.png"
    ],
    "commands": {
        "_execute_browser_action": {
            "description": "Activate mouse pointer double",
            "suggested_key": {
                "default": "Alt+Shift+M"
            }
        }
    }
}