Search
Add additional search engines to the selection context menu
什么是Search?
Search是由towisoft开发的Chrome扩展程序,该扩展的主要功能是“Add additional search engines to the selection context menu”。
扩展截图
下载Search扩展crx文件
下载Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to define set of search engines that will be available in selection context menu (i.e. select text and then right-click to search for selected text). Chrome by default allows only "Default search engine" to be listed there. You can add as many search engines as you want. Really simple thing with no permissions needed at all. Usage: 1) select text you want to search for 2) right-click the text 3) pick search engine to be used for search Any help with localisations is welcome!
扩展基本信息
名称 | Search |
ID | lfbphpgahhidjjdgalaacklhfepilmhf |
官方URL | https://chromewebstore.google.com/detail/search/lfbphpgahhidjjdgalaacklhfepilmhf |
简介 | Add additional search engines to the selection context menu |
文件大小 | 81.74 KB |
安装次数 | 423 |
当前版本 | 1.3 |
更新时间 | 2013-07-14 |
上架时间 | 2013-07-14 |
评分 | 4.43/5 共7次评分 |
开发者 | towisoft |
付费类型 | free |
支持的语言 | de,en,sk,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.3", "permissions": [ "contextMenus" ], "background": { "scripts": [ "multisearch.js" ] }, "icons": { "16": "img\/search-16.png", "48": "img\/search-48.png", "128": "img\/search-128.png" }, "options_page": "options.html", "default_locale": "en" } |