Highlighted Search

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

Co to jest Highlighted Search?

Highlighted Search to rozszerzenie Chrome opracowane przez gharezlak, a jego główną funkcją jest „Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.”.

Pobierz plik CRX rozszerzenia Highlighted Search

Pobierz pliki rozszerzeń Highlighted Search 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Highlighted Search Highlighted Search
ID kabajmplhbdbdmejnmjkpbajiimifdon
Oficjalny URL https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon
Opis Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
Rozmiar pliku 124 KB
Liczba instalacji 19
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2017-05-11
Data Publikacji 2017-05-11
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper gharezlak
Typ Płatności free
Obsługiwane Języki 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"
    }
}