Highlighted Search

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

Vad är Highlighted Search?

Highlighted Search är en Chrome-tillägg utvecklad av gharezlak, och dess huvudfunktion är "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.".

Ladda ner Highlighted Search-förlängningens CRX-fil

Ladda ner Highlighted Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Highlighted Search Highlighted Search
ID kabajmplhbdbdmejnmjkpbajiimifdon
Officiell webbadress https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon
Beskrivning Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
Filstorlek 124 KB
Antal Installationer 19
Aktuell Version 0.1.3
Senast Uppdaterad 2017-05-11
Publiceringsdatum 2017-05-11
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare gharezlak
Betalningssätt free
Stödda Språk 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"
    }
}