Highlight to Search
Press Alt+Shift+Y to search for the selected text on Yahoo.
Vad är Highlight to Search?
Highlight to Search är en Chrome-tillägg utvecklad av lironkartz, och dess huvudfunktion är "Press Alt+Shift+Y to search for the selected text on Yahoo.".
Tilläggsskärmbilder
Ladda ner Highlight to Search-förlängningens CRX-fil
Ladda ner Highlight to Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | lncokdgmmjicggolpdppfgbjeaikekhn |
Officiell webbadress | https://chrome.google.com/webstore/detail/highlight-to-search/lncokdgmmjicggolpdppfgbjeaikekhn |
Beskrivning | Press Alt+Shift+Y to search for the selected text on Yahoo. |
Filstorlek | 8.71 KB |
Antal Installationer | 4,520 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2014-01-02 |
Publiceringsdatum | 2014-01-02 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | lironkartz |
Betalningssätt | free |
Stödda Språk | 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" } } } |