Highlighted Search
Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
Qu'est-ce que Highlighted Search ?
Highlighted Search est une extension Chrome développée par gharezlak, et sa fonction principale est "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.".
Télécharger le fichier CRX de l'extension Highlighted Search
Téléchargez les fichiers d'extension Highlighted Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kabajmplhbdbdmejnmjkpbajiimifdon |
URL Officiel | https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon |
Description | Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter. |
Taille du Fichier | 124 KB |
Nombre d'Installations | 19 |
Version Actuelle | 0.1.3 |
Dernière Mise à Jour | 2017-05-11 |
Date de Publication | 2017-05-11 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | gharezlak |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |