InMenu Search Pro

Search text with different search engines right from your right-click menu

What is InMenu Search Pro?

InMenu Search Pro is a Chrome extension developed by GetTheApps.com, and its main feature is "Search text with different search engines right from your right-click menu".

Extension Screenshots

screenshot
screenshot
screenshot

Download InMenu Search Pro Extension CRX File

Download InMenu Search Pro 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

                        INMenu Search Pro
=================
INMenu Search Pro is a context menu search tool.

A Great extension that allows you to add multiple search engines to your right click menu.
Searching for what you want is now much easier. Just highlight what you are looking for and choose from the right click menu which search engine you want to use.
There are a lot of search engines you can choose from. Search for maps , images , movies , music ,software, electronics or even translate.
The extension currently has 111 websites used as search engine that you can choose from and more are coming soon.

Our goal is to build great and useful apps. 
we will be happy to hear from you. If you are having issues , feedback or new ideas that will improve the app. Just send us an email and we will try to respond and collaborate with you.                    

Extension Basic Information

Name InMenu Search Pro InMenu Search Pro
ID imjgnibacofijmhnaiccidgmgcndpibm
Official URL https://chrome.google.com/webstore/detail/inmenu-search-pro/imjgnibacofijmhnaiccidgmgcndpibm
Description Search text with different search engines right from your right-click menu
File Size 181 KB
Installation Count 317
Current Version 10.4
Last Updated 2015-07-24
Publish Date 2015-07-24
Rating 5.00/5 Total 4 Ratings
Developer GetTheApps.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InMenu Search Pro",
    "short_name": "InMenu context search",
    "description": "Search text with different search engines right from your right-click menu",
    "default_locale": "en",
    "version": "10.4",
    "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": "icons\/search16.png",
        "32": "icons\/search32.png",
        "48": "icons\/search48.png",
        "64": "icons\/search64.png",
        "96": "icons\/search96.png",
        "128": "icons\/search128.png"
    }
}