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是由Faycal Bessayah開發的Chrome擴展程式,該擴展的主要功能是“This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…”。

擴展截圖

screenshot
screenshot

下載Highlight Me擴展crx文件

下載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
官方網址 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"
    }
}