QuickSearch
Highlight any text on the page, and `Cmd/Ctrl`+`Click` to search the selected text in a new tab.
什麼是QuickSearch?
QuickSearch是由kevin.kik.lee開發的Chrome擴展程式,該擴展的主要功能是“Highlight any text on the page, and `Cmd/Ctrl`+`Click` to search the selected text in a new tab.”。
擴展截圖
下載QuickSearch擴展crx文件
下載QuickSearch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Cmd/Ctrl+Click to search in a new tab - Cmd/Ctrl+Shft+Click to focus the new tab. - Free and open-source forever - A keyboard shortcut is coming soon ------------------------------------------------------------ Highlighting text, then right-clicking and selecting "Search Google for..." is an action I have conducted repeatedly throughout the day, every single day for probably a decade. I wanted to simplify the process by writing a small Chrome extension. There is one more major functionality I would like to add (adding a keyboard shortcut), but all other changes will be related to maintenance and refactoring only. If anyone has any ideas making the extension smaller and more efficient, please don't hesitate to contribute. GitHub: https://github.com/kevinkiklee/quicksearch
擴展基本資訊
名稱 | |
ID | ffkkikfngfopgdacpankegfcjkcnkjle |
官方網址 | https://chromewebstore.google.com/detail/quicksearch/ffkkikfngfopgdacpankegfcjkcnkjle |
簡介 | Highlight any text on the page, and `Cmd/Ctrl`+`Click` to search the selected text in a new tab. |
檔案大小 | 11.05 KB |
安裝次數 | 24 |
目前版本 | 0.0.2 |
更新時間 | 2017-11-25 |
上架時間 | 2017-11-25 |
評分 | 5.00/5 共 3 次評分 |
開發者 | kevin.kik.lee |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickSearch", "short_name": "QuickSearch", "version": "0.0.2", "description": "Highlight any text on the page, and `Cmd\/Ctrl`+`Click` to search the selected text in a new tab.", "icons": { "16": "icons\/icon16.png", "64": "icons\/icon64.png" }, "browser_action": { "default_icon": "icons\/icon64.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |