Highlighted Search
Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
Cos'è Highlighted Search?
Highlighted Search è un'estensione di Chrome sviluppata da gharezlak, e la sua funzione principale è "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.".
Scarica il file CRX dell'estensione Highlighted Search
Scarica i file di estensione Highlighted Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | kabajmplhbdbdmejnmjkpbajiimifdon |
URL Ufficiale | https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon |
Descrizione | Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter. |
Dimensione del File | 124 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2017-05-11 |
Data di Pubblicazione | 2017-05-11 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | gharezlak |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |