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 |
官方URL | 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": [ " |