Highlighted Search
Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
Wat is Highlighted Search?
Highlighted Search is een Chrome-extensie ontwikkeld door gharezlak, en de belangrijkste functie is "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.".
Download het CRX-bestand van de extensie Highlighted Search
Download Highlighted Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kabajmplhbdbdmejnmjkpbajiimifdon |
Officiële URL | https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon |
Beschrijving | Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter. |
Bestandsgrootte | 124 KB |
Aantal Installaties | 19 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2017-05-11 |
Publicatiedatum | 2017-05-11 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | gharezlak |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |