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
公式URL 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
Eメール [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"
    }
}