Change Cursors for Chrome

Change Custom Cursors on Chrome Browser

Change Cursors for Chrome là gì?

Change Cursors for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://coolsymbol.com, và tính năng chính của nó là "Change Custom Cursors on Chrome Browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Change Cursors for Chrome

Tải xuống các tệp mở rộng Change Cursors for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!!!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Change Cursors for Chrome Change Cursors for Chrome
ID hbflglholnaeeglfmmoanffenlgkcefa
URL Chính Thức https://chrome.google.com/webstore/detail/hbflglholnaeeglfmmoanffenlgkcefa
Mô tả Change Custom Cursors on Chrome Browser
Kích Thước Tệp 142 KB
Số Lần Cài Đặt 9,313
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-10-19
Ngày Phát Hành 2019-10-19
Đánh Giá 4.75/5 Tổng số 48 Đánh Giá
Nhà Phát Triển https://coolsymbol.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://audiovoicerecorder.com
URL Trang Trợ Giúp https://charactercounttool.com
URL Trang Chính Sách Bảo Mật https://proapps.org/extension-privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*.*"
    ]
}