Mouse Pointer Highliter

Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media

Mouse Pointer Highliter là gì?

Mouse Pointer Highliter là một tiện ích mở rộng Chrome được phát triển bởi Debug Media, và tính năng chính của nó là "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media".

Ả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 Mouse Pointer Highliter

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

                        This will hide all the elements on the screen except the portion of your mouse pointer, This is going to be very useful when you are taking online classes if you want them to focus on the section you are reading / explaining then you just have to point to that section and only that section will be visible                    

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

Tên Mouse Pointer Highliter Mouse Pointer Highliter
ID fpnbcnljcbokdgeiihchnhobbokloaon
URL Chính Thức https://chromewebstore.google.com/detail/mouse-pointer-highliter/fpnbcnljcbokdgeiihchnhobbokloaon
Mô tả Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media
Kích Thước Tệp 4.68 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-08-14
Ngày Phát Hành 2020-08-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Debug Media
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.youtube.com/debugmedia
URL Trang Trợ Giúp https://www.youtube.com/debugmedia
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse Pointer Highliter",
    "version": "1.0.0",
    "description": "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}