Search Center

Adds many searching options from right-click menu

What is Search Center?

Search Center is a Chrome extension developed by quinnrs98, and its main feature is "Adds many searching options from right-click menu".

Extension Screenshots

screenshot

Download Search Center Extension CRX File

Download Search Center 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

                        This extension adds many easy search options to your right-click menu. Once you select text, you can right click it to search Amazon, YouTube, and more with those search terms.                    

Extension Basic Information

Name Search Center Search Center
ID bknpanfpaelmdpljjmjeajlhaojmjdjl
Official URL https://chromewebstore.google.com/detail/search-center/bknpanfpaelmdpljjmjeajlhaojmjdjl
Description Adds many searching options from right-click menu
File Size 12.44 KB
Installation Count 50
Current Version 1.0
Last Updated 2020-03-23
Publish Date 2020-03-23
Developer quinnrs98
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Center",
    "version": "1.0",
    "description": "Adds many searching options from right-click menu",
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus"
    ]
}