Context Menu Search
Use the right-click menu to search for selected text in different search engines
什么是Context Menu Search?
Context Menu Search是由https://ashutoshdwivedi.com开发的Chrome扩展程序,该扩展的主要功能是“Use the right-click menu to search for selected text in different search engines”。
扩展截图
下载Context Menu Search扩展crx文件
下载Context Menu Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension can be used to search for selected text using the context menu. Different search engines can be added according to the user's wish to the right-click menu. The search results are shown in a new tab which can either be a focussed tab or a background tab depending on the options set by the user. The location of the newly opened tab can also be set by the user to be either next to the current tab or the last tab. The order of the search engines in the right-click menu can also be arranged. A list of 40 commonly used search engines has been added so that users can choose easily. If needed, the user can also add an option which has not been included. You need at least Chrome version 6.0.472 to install and use this extension. If needed you can install from any channel you want here: http://goo.gl/4fHh *This extension is under continuous development. Any feedback is highly welcome and will help me in adding new features. If you like the extension, please don't forget to rate it 5-star (preferably!) and spread the word by using the FB Like button on the extension options page. In case of any issues/suggestions, leave a comment at the support and FAQ link provided below. Known issues: -------------------- 1. The extension icon reverts back from the magnifying glass to default Chrome extension icon sometimes. Disabling and enabling the extension again should bring it back. This is perhaps an issue with chrome.contextMenus.removeAll() method. 2. Favicons for search engines cannot be displayed in context menu currently as the contextMenus API does not allow it. 3. Taking settings from omnibar search configuration is not possible. Change-log: ---------------- 2.93: Removed ./ in manifest to avoid chromium bug : https://code.google.com/p/chromium/issues/detail?id=410666 2.92: Fixed the delete item button. Added new FB share/like button. 2.91: Fixed content security violations. Removed tweet option due to direct script loading. 2.90: Changed to use manifest version 2. 2.82: Drag and drop to rearrange options. 2.80: Minor code changes, Option for Google+ search added. 2.72: Bug fixed: Chrome restart no longer needed to apply settings. 2.7: Users can now use either 'TESTSEARCH' or '%s' to denote search terms. Context menu icon changed. Minor CSS changes. 2.6: CSS problems fixed on options page. Option for Cuil Search removed and options for Yahoo! Japan, Reddit(Google search) and Google Definitions added.'Facebook Like' button added. 2.5: Users can choose to have the link to options page displayed at the end of the context menu. Export/Import search engines' list feature is provided to facilitate saving of configuration. Options page redesigned for easy use. Added Baidu and Rotten Tomatoes. 2.0: Added options for the user to choose if the search results show in a background or foreground tab. They can also pick whether the new tab opens next to the current tab or at the end. A list of 35 search engines has been added as options for the user to add. 1.5: The order of the search options can now be re-arranged. 1.0: Users can now add as many search engines to the right click menu as they want. An existing option can now be disabled or deleted if not required. 0.9: Added the ability for enabling/disabling particular search engines. Users can also customize which search engines they want and what the name of the search engine in the list should be. 0.5: Added Bing images to default pack
扩展基本信息
名称 | Context Menu Search |
ID | ocpcmghnefmdhljkoiapafejjohldoga |
官方URL | https://chromewebstore.google.com/detail/context-menu-search/ocpcmghnefmdhljkoiapafejjohldoga |
简介 | Use the right-click menu to search for selected text in different search engines |
文件大小 | 154 KB |
安装次数 | 111,261 |
当前版本 | 2.93 |
更新时间 | 2014-10-18 |
上架时间 | 2014-10-18 |
评分 | 4.58/5 共785次评分 |
开发者 | https://ashutoshdwivedi.com |
付费类型 | free |
扩展官网 | http://ashutoshdwivedi.com |
帮助页面URL | http://ashutoshdwivedi.com/2010/09/context-menu-search-for-chrome/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Context Menu Search", "description": "Use the right-click menu to search for selected text in different search engines", "default_locale": "en", "version": "2.93", "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "js\/getset.js", "js\/search.js" ], "persistent": true }, "minimum_chrome_version": "6.0.472", "options_page": "options.html", "icons": { "16": "images\/ico16.png", "48": "images\/ico48.png", "128": "images\/ico128.png" } } |