Highlight to Search
Press Alt+Shift+Y to search for the selected text on Yahoo.
Qu'est-ce que Highlight to Search ?
Highlight to Search est une extension Chrome développée par lironkartz, et sa fonction principale est "Press Alt+Shift+Y to search for the selected text on Yahoo.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Highlight to Search
Téléchargez les fichiers d'extension Highlight to 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
This nifty extensions helps you quickly search on the Yahoo search engine the current highlighted text. All you need to do is press the Alt+Shift+Y key combination to search the selected text on Yahoo.
Informations de Base sur l'Extension
Nom | |
ID | lncokdgmmjicggolpdppfgbjeaikekhn |
URL Officiel | https://chrome.google.com/webstore/detail/highlight-to-search/lncokdgmmjicggolpdppfgbjeaikekhn |
Description | Press Alt+Shift+Y to search for the selected text on Yahoo. |
Taille du Fichier | 8.71 KB |
Nombre d'Installations | 4,520 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-01-02 |
Date de Publication | 2014-01-02 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | lironkartz |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Highlight to Search", "description": "Press Alt+Shift+Y to search for the selected text on Yahoo.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "0.1", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "yahoo-search": { "suggested_key": { "default": "Alt+Shift+Y" }, "description": "Yahoo search selected text" } } } |