Baidu Search

Select the keyword which you want to search, then right click it and choose baidu search

What is Baidu Search?

Baidu Search is a Chrome extension developed by Onion515, and its main feature is "Select the keyword which you want to search, then right click it and choose baidu search".

Extension Screenshots

screenshot
screenshot

Download Baidu Search Extension CRX File

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

                        Select which words you want to search, then right click the mouse, 
you will see the context menus have a new option which call the "Baidu Search" click it will use the baidu search engine to search your words.

ps: Baidu Search Engine is a chinese famous search engine so that why the result almost is the chinese result                    

Extension Basic Information

Name Baidu Search Baidu Search
ID acefekdhohafkelpdfdjjopdghejaahi
Official URL https://chromewebstore.google.com/detail/baidu-search/acefekdhohafkelpdfdjjopdghejaahi
Description Select the keyword which you want to search, then right click it and choose baidu search
File Size 9.91 KB
Installation Count 1,701
Current Version 1.0
Last Updated 2015-03-09
Publish Date 2015-03-09
Rating 3.91/5 Total 11 Ratings
Developer Onion515
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Select the keyword which you want to search, then right click it and choose baidu search",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Baidu Search",
    "permissions": [
        "contextMenus"
    ],
    "version": "1.0"
}