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 - это расширение Chrome, разработанное qsqiu, и его основная функция - "Allow you to highlight the words in the web pages that are the same as your selection.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Select To Highlight

Скачайте файлы расширений 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
Электронная почта [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"
    }
}