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คืออะไร?

Highlight Me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Faycal Bessayah และคุณลักษณะหลักของมันคือ "This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Highlight Me

ดาวน์โหลดไฟล์ส่วนขยาย Highlight Me ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Highlight Me Highlight Me
ID ddpcccogmbnjklniagfkclpbohhaoidf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/highlight-me/ddpcccogmbnjklniagfkclpbohhaoidf
คำอธิบาย This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…
ขนาดไฟล์ 265 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-03-14
วันที่เผยแพร่ 2021-01-09
ผู้พัฒนา Faycal Bessayah
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}