Select To Highlight

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

Co to jest Select To Highlight?

Select To Highlight to rozszerzenie Chrome opracowane przez qsqiu, a jego główną funkcją jest „Allow you to highlight the words in the web pages that are the same as your selection.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Select To Highlight

Pobierz pliki rozszerzeń Select To Highlight 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
Oficjalny URL https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
Opis Allow you to highlight the words in the web pages that are the same as your selection.
Rozmiar pliku 37.04 KB
Liczba instalacji 244
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2017-02-13
Data Publikacji 2017-02-13
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper qsqiu
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/QS20199/SelectToHighlight
Obsługiwane Języki 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"
    }
}