Highlight to Search
Press Alt+Shift+Y to search for the selected text on Yahoo.
Wat is Highlight to Search?
Highlight to Search is een Chrome-extensie ontwikkeld door lironkartz, en de belangrijkste functie is "Press Alt+Shift+Y to search for the selected text on Yahoo.".
Extensie Screenshots
Download het CRX-bestand van de extensie Highlight to Search
Download Highlight to 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
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.
Basisinformatie over de Extensie
Naam | |
ID | lncokdgmmjicggolpdppfgbjeaikekhn |
Officiële URL | https://chrome.google.com/webstore/detail/highlight-to-search/lncokdgmmjicggolpdppfgbjeaikekhn |
Beschrijving | Press Alt+Shift+Y to search for the selected text on Yahoo. |
Bestandsgrootte | 8.71 KB |
Aantal Installaties | 4,520 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-01-02 |
Publicatiedatum | 2014-01-02 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | lironkartz |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |