In-page Highlighter

Instantly highlight anything you select in current page

Co to jest In-page Highlighter?

In-page Highlighter to rozszerzenie Chrome opracowane przez https://undefinedblog.com, a jego główną funkcją jest „Instantly highlight anything you select in current page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia In-page Highlighter

Pobierz pliki rozszerzeń In-page Highlighter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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
 - 高亮关键词同时可以右键搜索,无需重复选中                    

Podstawowe informacje o rozszerzeniu

Nazwa In-page Highlighter In-page Highlighter
ID jieapbldippnhiccagafbdbhipaaanei
Oficjalny URL https://chromewebstore.google.com/detail/in-page-highlighter/jieapbldippnhiccagafbdbhipaaanei
Opis Instantly highlight anything you select in current page
Rozmiar pliku 30.06 KB
Liczba instalacji 944
Aktualna Wersja 0.7
Ostatnia Aktualizacja 2014-03-22
Data Publikacji 2014-03-22
Ocena 4.25/5 Łącznie 12 Oceny
Deweloper https://undefinedblog.com
Typ Płatności free
Strona Rozszerzenia http://undefinedblog.com/2013/09/chrome-plugin-in-page-highlighter/
Obsługiwane Języki 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"
}