In-page Highlighter

Instantly highlight anything you select in current page

In-page Highlighterとは何ですか?

In-page Highlighterはhttps://undefinedblog.comによって開発されたChromeの拡張機能で、その主な機能は「Instantly highlight anything you select in current page」です。

拡張機能のスクリーンショット

screenshot
screenshot

In-page Highlighter拡張機能のCRXファイルをダウンロード

In-page Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Instantly highlight anything you select in current page, just a simulation of Chrome's search function, but way more efficient and easy-to-use.

*Version 0.7 New feautres
 - case sensitive option, default is not

*Version 0.5 New features
 - add Chrome 33 support
 - highlight and search at the same time(won't suppress Chrome bulit-in context menu any more)

即时高亮你在当前页面选中的所有相同内容,如同 Chrome 内置的搜索功能一样,但是更简单、更易用、更多配置!

*0.7版新功能
 - 支持大小写敏感匹配选项,默认不敏感

*0.5版新功能
 - 支持 Chrome 33
 - 高亮关键词同时可以右键搜索,无需重复选中                    

拡張機能の基本情報

名前 In-page Highlighter In-page Highlighter
ID jieapbldippnhiccagafbdbhipaaanei
公式URL https://chromewebstore.google.com/detail/in-page-highlighter/jieapbldippnhiccagafbdbhipaaanei
説明 Instantly highlight anything you select in current page
ファイルサイズ 30.06 KB
インストール数 944
現在のバージョン 0.7
最終更新日 2014-03-22
公開日 2014-03-22
評価 4.25/5 合計 12 レビュー
開発者 https://undefinedblog.com
支払い方法 free
拡張機能のウェブサイト http://undefinedblog.com/2013/09/chrome-plugin-in-page-highlighter/
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "In-page Highlighter",
    "version": "0.7",
    "description": "__MSG_description__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "j.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "get_options.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "[email protected]"
        }
    },
    "options_page": "options.html"
}