Change Cursors for Chrome

Change Custom Cursors on Chrome Browser

Что такое Change Cursors for Chrome?

Change Cursors for Chrome - это расширение Chrome, разработанное https://coolsymbol.com, и его основная функция - "Change Custom Cursors on Chrome Browser".

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

screenshot

Скачать файл CRX расширения Change Cursors for Chrome

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

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

                        Change your cursor with a click of mouse. This extension provides a collection of custom cursors that are easily accessible and used.
Change the cursors on your Chrome browsers with other fancy cursors to enhance your web surfing experiences. We provide colorful cursors, including arrow cursors, hand cursors, thing cursors, cursors with heart and love symbols, ...
Please refresh the previously opened tab after installing the extension to put it to actions.
Enjoy!!!                    

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

Название Change Cursors for Chrome Change Cursors for Chrome
ID hbflglholnaeeglfmmoanffenlgkcefa
Официальный URL https://chrome.google.com/webstore/detail/hbflglholnaeeglfmmoanffenlgkcefa
Описание Change Custom Cursors on Chrome Browser
Размер файла 142 KB
Количество установок 9,313
Текущая Версия 1.1
Последнее Обновление 2019-10-19
Дата публикации 2019-10-19
Рейтинг 4.75/5 Всего 48 оценок
Разработчик https://coolsymbol.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://audiovoicerecorder.com
URL страницы помощи https://charactercounttool.com
URL страницы политики конфиденциальности https://proapps.org/extension-privacy-policy.html
Поддерживаемые языки en-US
manifest.json
{
    "name": "Change Cursors for Chrome",
    "description": "Change Custom Cursors on Chrome Browser",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "dialog\/index.html",
        "default_title": "Change Cursors for Chrome"
    },
    "content_scripts": [
        {
            "css": [
                "content\/style.css"
            ],
            "js": [
                "content\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+Shift+C",
                "linux": "Alt+Shift+C",
                "mac": "Alt+Shift+C",
                "windows": "Alt+Shift+C"
            }
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "https:\/\/coolsymbol.com",
    "offline_enabled": true,
    "short_name": "CC",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "images\/*",
        "content\/*.*"
    ]
}