Highlighted Search
Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
Highlighted Search là gì?
Highlighted Search là một tiện ích mở rộng Chrome được phát triển bởi gharezlak, và tính năng chính của nó là "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.".
Tải xuống tệp CRX của tiện ích mở rộng Highlighted Search
Tải xuống các tệp mở rộng Highlighted Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kabajmplhbdbdmejnmjkpbajiimifdon |
URL Chính Thức | https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon |
Mô tả | Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter. |
Kích Thước Tệp | 124 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2017-05-11 |
Ngày Phát Hành | 2017-05-11 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | gharezlak |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |