Highlight to Search
Press Alt+Shift+Y to search for the selected text on Yahoo.
Hvad er Highlight to Search?
Highlight to Search er en Chrome-udvidelse udviklet af lironkartz, og dens hovedfunktion er "Press Alt+Shift+Y to search for the selected text on Yahoo.".
Udvidelsesskærmbilleder
Download Highlight to Search-udvidelses-CRX-fil
Download Highlight to Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | lncokdgmmjicggolpdppfgbjeaikekhn |
Officiel URL | https://chrome.google.com/webstore/detail/highlight-to-search/lncokdgmmjicggolpdppfgbjeaikekhn |
Beskrivelse | Press Alt+Shift+Y to search for the selected text on Yahoo. |
Filstørrelse | 8.71 KB |
Antal Installationer | 4,520 |
Nuværende Version | 0.1 |
Senest Opdateret | 2014-01-02 |
Udgivelsesdato | 2014-01-02 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | lironkartz |
Betalingsmetode | free |
Understøttede Sprog | 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" } } } |