Highlighted Search
Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
什麼是Highlighted Search?
Highlighted Search是由gharezlak開發的Chrome擴展程式,該擴展的主要功能是“Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.”。
下載Highlighted Search擴展crx文件
下載Highlighted Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | kabajmplhbdbdmejnmjkpbajiimifdon |
官方網址 | https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon |
簡介 | Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter. |
檔案大小 | 124 KB |
安裝次數 | 19 |
目前版本 | 0.1.3 |
更新時間 | 2017-05-11 |
上架時間 | 2017-05-11 |
評分 | 3.00/5 共 2 次評分 |
開發者 | gharezlak |
付費類型 | free |
支援的語言 | 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" } } |