Highlighted Search

Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.

Что такое Highlighted Search?

Highlighted Search - это расширение Chrome, разработанное gharezlak, и его основная функция - "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.".

Скачать файл CRX расширения Highlighted Search

Скачайте файлы расширений Highlighted Search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Use your cursor to highlight someone's name in your current tab, then simply click the icon that appears in your omnibox. That will open 5 new tabs, using the highlighted text as a search parameter, to search Github, LinkedIn, Facebook. Google and Google Scholar, for that person's name.                    

Основная информация о расширении

Название Highlighted Search Highlighted Search
ID kabajmplhbdbdmejnmjkpbajiimifdon
Официальный URL https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon
Описание Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
Размер файла 124 KB
Количество установок 19
Текущая Версия 0.1.3
Последнее Обновление 2017-05-11
Дата публикации 2017-05-11
Рейтинг 3.00/5 Всего 2 оценок
Разработчик gharezlak
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlighted Search",
    "manifest_version": 2,
    "description": "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.",
    "version": "0.1.3",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "background",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "Dynamic-InMail",
        "default_icon": "icon.png"
    }
}