Highlighted Search
Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
Co je Highlighted Search?
Highlighted Search je rozšíření Chrome vyvinuté gharezlak, a jeho hlavní funkcí je „Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.“.
Stáhnout soubor CRX rozšíření Highlighted Search
Stáhněte si soubory rozšíření Highlighted Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | kabajmplhbdbdmejnmjkpbajiimifdon |
Oficiální URL | https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon |
Popis | Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter. |
Velikost souboru | 124 KB |
Počet instalací | 19 |
Aktuální Verze | 0.1.3 |
Poslední Aktualizace | 2017-05-11 |
Datum Vydání | 2017-05-11 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | gharezlak |
Typ Platby | free |
Podporované Jazyky | 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" } } |