Select n Search
Right click and search for selected text
What is Select n Search?
Select n Search is a Chrome extension developed by balamanoharb, and its main feature is "Right click and search for selected text".
Extension Screenshots
Download Select n Search Extension CRX File
Download Select n Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use the right-click menu to search for selected text in different search engines and reduce time. Based on most used websites currently this extension includes -Youtube -Facebook -Goolge Images -Wikipedia -StackOverflow. By default the search shows results for Youtube. User can easily enable/disable or re-order the listed search engines through simple click and drag via the extension shortcut at the top near address bar.
Extension Basic Information
Name | |
ID | bkahghbdcenghglbhlflnfkeabfjkdmh |
Official URL | https://chrome.google.com/webstore/detail/select-n-search/bkahghbdcenghglbhlflnfkeabfjkdmh |
Description | Right click and search for selected text |
File Size | 245 KB |
Installation Count | 57 |
Current Version | 0.1 |
Last Updated | 2014-08-17 |
Publish Date | 2014-08-17 |
Rating | 4.78/5 Total 9 Ratings |
Developer | balamanoharb |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Select n Search", "description": "Right click and search for selected text", "version": "0.1", "permissions": [ "contextMenus", "tabs", "storage" ], "browser_action": { "default_icon": "search.png", "default_popup": "popup.html", "default_title": "Change right click order preference" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "search.png", "48": "search.png", "128": "search.png" }, "manifest_version": 2 } |