Highlight Me

This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…

Highlight Me là gì?

Highlight Me là một tiện ích mở rộng Chrome được phát triển bởi Faycal Bessayah, và tính năng chính của nó là "This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Highlight Me

Tải xuống các tệp mở rộng Highlight Me 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 simple tool allows you to highlight selected text on web pages.
- You can choose among a variety of background colors.
- You can point out important information in long web pages by highlighting text with your mouse.

* You need to refresh opened pages after installation.                    

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

Tên Highlight Me Highlight Me
ID ddpcccogmbnjklniagfkclpbohhaoidf
URL Chính Thức https://chromewebstore.google.com/detail/highlight-me/ddpcccogmbnjklniagfkclpbohhaoidf
Mô tả This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…
Kích Thước Tệp 265 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-03-14
Ngày Phát Hành 2021-01-09
Nhà Phát Triển Faycal Bessayah
Email [email protected]
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": "Highlight Me",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "colorPick.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "Highlight.png",
        "default_popup": "index.html",
        "default_title": "Highlight Me"
    }
}