百度一下,你就知道

百度一下 ,你就知道 Chrome插件,选中文字后可在网页上点击鼠标右键直接用百度搜索(若无选中文字点击鼠标右键则直接打开百度首页,点击地址栏右侧的百度图标也可直接打开百度首页)

What is 百度一下,你就知道?

百度一下,你就知道 is a Chrome extension developed by https://www.zenoven.com, and its main feature is "百度一下 ,你就知道 Chrome插件,选中文字后可在网页上点击鼠标右键直接用百度搜索(若无选中文字点击鼠标右键则直接打开百度首页,点击地址栏右侧的百度图标也可直接打开百度首页)".

Extension Screenshots

screenshot

Download 百度一下,你就知道 Extension CRX File

Download 百度一下,你就知道 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

                        简单就是美,Chrome Web Store上已经有很多搜索插件了,用Google的人很多,但是有时候百度也离不开。

/*
******************************
更新记录
V1.7 调整默认链接(http => https),移除无用权限(chrome.tabs)
V1.5 增加设置搜索结果标签页位置功能,美化设置页面
V1.4 修正设置无法保存bug
V1.3 修正编码导致的乱码问题
V1.2 精简文件代码,速度更快
V1.0 插件发布
******************************
*/
此插件功能如下:

1、在网页上选中文字后直接点击右键,用百度搜索。
2、在地址栏右侧点击该插件的百度图标也可直接打开百度首页
3、还可设置点击该插件的百度图标时弹出小窗口,在小窗口搜索,在新标签云显示搜索结果。                    

Extension Basic Information

Name 百度一下,你就知道 百度一下,你就知道
ID naldpfikfgfkciolocmfdjbcdjdhfghi
Official URL https://chromewebstore.google.com/detail/%E7%99%BE%E5%BA%A6%E4%B8%80%E4%B8%8B%EF%BC%8C%E4%BD%A0%E5%B0%B1%E7%9F%A5%E9%81%93/naldpfikfgfkciolocmfdjbcdjdhfghi
Description 百度一下 ,你就知道 Chrome插件,选中文字后可在网页上点击鼠标右键直接用百度搜索(若无选中文字点击鼠标右键则直接打开百度首页,点击地址栏右侧的百度图标也可直接打开百度首页)
File Size 92.09 KB
Installation Count 1,689
Current Version 1.7
Last Updated 2021-07-12
Publish Date 2012-10-18
Rating 4.44/5 Total 9 Ratings
Developer https://www.zenoven.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/zenoven/privacy-policy/blob/main/README.md
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u767e\u5ea6\u4e00\u4e0b\uff0c\u4f60\u5c31\u77e5\u9053",
    "manifest_version": 2,
    "version": "1.7",
    "description": "\u767e\u5ea6\u4e00\u4e0b \uff0c\u4f60\u5c31\u77e5\u9053 Chrome\u63d2\u4ef6\uff0c\u9009\u4e2d\u6587\u5b57\u540e\u53ef\u5728\u7f51\u9875\u4e0a\u70b9\u51fb\u9f20\u6807\u53f3\u952e\u76f4\u63a5\u7528\u767e\u5ea6\u641c\u7d22\uff08\u82e5\u65e0\u9009\u4e2d\u6587\u5b57\u70b9\u51fb\u9f20\u6807\u53f3\u952e\u5219\u76f4\u63a5\u6253\u5f00\u767e\u5ea6\u9996\u9875\uff0c\u70b9\u51fb\u5730\u5740\u680f\u53f3\u4fa7\u7684\u767e\u5ea6\u56fe\u6807\u4e5f\u53ef\u76f4\u63a5\u6253\u5f00\u767e\u5ea6\u9996\u9875\uff09",
    "browser_action": {
        "default_icon": "images\/16.png"
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}