Lefty Cursor

Change the default pointer cursor to a left hand

Lefty Cursor là gì?

Lefty Cursor là một tiện ích mở rộng Chrome được phát triển bởi achord, và tính năng chính của nó là "Change the default pointer cursor to a left hand".

Ả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 Lefty Cursor

Tải xuống các tệp mở rộng Lefty Cursor 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

                        By default the web pointer cursor is a right hand. It's just another example of the man trying to hold a lefty down! Change the default pointer cursor to a lefty, the way God intended.                    

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

Tên Lefty Cursor Lefty Cursor
ID fpjichgkgkfiejcncbelcefkojdkeble
URL Chính Thức https://chrome.google.com/webstore/detail/lefty-cursor/fpjichgkgkfiejcncbelcefkojdkeble
Mô tả Change the default pointer cursor to a left hand
Kích Thước Tệp 20.23 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-09-30
Ngày Phát Hành 2017-09-30
Nhà Phát Triển achord
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lefty Cursor",
    "description": "Change the default pointer cursor to a left hand",
    "version": "1.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "pointer-left-16.png",
        "hand-left-16.png",
        "grab-left-16.png"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Lefty Cursor"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}