AnySearch

Search any site as a 'right click' search

What is AnySearch?

AnySearch is a Chrome extension developed by BenGabb, and its main feature is "Search any site as a 'right click' search".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download AnySearch Extension CRX File

Download AnySearch 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

                        Turn any site with a search into a 'right click' search like the 'Search Google for ....'.
Also, never forget what you searched with AnySearch history.                    

Extension Basic Information

Name AnySearch AnySearch
ID bojonlnepcfcmdpmjbddcocaobnhgomf
Official URL https://chromewebstore.google.com/detail/anysearch/bojonlnepcfcmdpmjbddcocaobnhgomf
Description Search any site as a 'right click' search
File Size 380 KB
Installation Count 69
Current Version 1.0
Last Updated 2016-02-22
Publish Date 2016-02-22
Rating 5.00/5 Total 1 Ratings
Developer BenGabb
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AnySearch",
    "description": "Search any site as a 'right click' search",
    "version": "1.0",
    "background": {
        "scripts": [
            "jquery-1.12.0.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.12.0.min.js",
                "contentscript.js"
            ],
            "css": [
                "contentcss.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "background",
        "",
        "storage",
        "debugger"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}