Select To Highlight

Allow you to highlight the words in the web pages that are the same as your selection.

什麼是Select To Highlight?

Select To Highlight是由qsqiu開發的Chrome擴展程式,該擴展的主要功能是“Allow you to highlight the words in the web pages that are the same as your selection.”。

擴展截圖

screenshot

下載Select To Highlight擴展crx文件

下載Select To Highlight擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Allow you to highlight the words in the web pages that are the same as your selection.                    

擴展基本資訊

名稱 Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
官方網址 https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
簡介 Allow you to highlight the words in the web pages that are the same as your selection.
檔案大小 37.04 KB
安裝次數 244
目前版本 1.0.4
更新時間 2017-02-13
上架時間 2017-02-13
評分 5.00/5 共 7 次評分
開發者 qsqiu
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/QS20199/SelectToHighlight
支援的語言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Select To Highlight",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Allow you to highlight the words in the web pages that are the same as your selection.",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Select To Highlight",
        "default_icon": "icon_128.png"
    }
}