Highlighted Search
Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
Hvad er Highlighted Search?
Highlighted Search er en Chrome-udvidelse udviklet af gharezlak, og dens hovedfunktion er "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.".
Download Highlighted Search-udvidelses-CRX-fil
Download Highlighted 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
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kabajmplhbdbdmejnmjkpbajiimifdon |
Officiel URL | https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon |
Beskrivelse | Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter. |
Filstørrelse | 124 KB |
Antal Installationer | 19 |
Nuværende Version | 0.1.3 |
Senest Opdateret | 2017-05-11 |
Udgivelsesdato | 2017-05-11 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | gharezlak |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |