baidu搜索

右键中添加一个使用百度搜索。

What is baidu搜索?

baidu搜索 is a Chrome extension developed by natrace525, and its main feature is "右键中添加一个使用百度搜索。".

Extension Screenshots

screenshot
screenshot

Download baidu搜索 Extension CRX File

Download baidu搜索 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

                        鼠标右键中添加选项:
1、当未选中文字右键:添加"百度首页"菜单选项,自动打开新页并使用进入百度首页;
2、当选中文字右键:使用百度搜索"选中词",自动打开新页并使用百度搜索关键字。
注:当您的默认搜索引擎为非百度(如:Google、Yahoo、Bing、Goo)时,更方便使用百度搜索引擎。                    

Extension Basic Information

Name baidu搜索 baidu搜索
ID oaoodddmljifhehmpkjincgkjlhnohcn
Official URL https://chromewebstore.google.com/detail/baidu%E6%90%9C%E7%B4%A2/oaoodddmljifhehmpkjincgkjlhnohcn
Description 右键中添加一个使用百度搜索。
File Size 9.31 KB
Installation Count 202
Current Version 2.0
Last Updated 2020-04-14
Publish Date 2020-04-13
Rating 4.67/5 Total 3 Ratings
Developer natrace525
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "baidu\u641c\u7d22",
    "description": "\u53f3\u952e\u4e2d\u6dfb\u52a0\u4e00\u4e2a\u4f7f\u7528\u767e\u5ea6\u641c\u7d22\u3002",
    "version": "2.0",
    "icons": {
        "16": "baidu16.png",
        "32": "baidu32.png",
        "48": "baidu48.png",
        "64": "baidu128.png",
        "128": "baidu128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "baidu.js"
        ]
    },
    "manifest_version": 2
}