百度AI伙伴

百度AI伙伴是您在任何页面上的个人AI助手,可以帮助你快速阅读,为你提供创意灵感,在聊天对话中为你答疑解惑。

What is 百度AI伙伴?

百度AI伙伴 is a Chrome extension developed by BaiduAI_Plugin, and its main feature is "百度AI伙伴是您在任何页面上的个人AI助手,可以帮助你快速阅读,为你提供创意灵感,在聊天对话中为你答疑解惑。".

Extension Screenshots

screenshot
screenshot
screenshot

Download 百度AI伙伴 Extension CRX File

Download 百度AI伙伴 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

                        【专属的AI伙伴】——可以在任何网页中帮助用户快速阅读,提供灵感,在聊天对话中为用户答疑解惑

- 🖌️ 划词伴随:选中要处理的文本,一键快捷解释、总结、翻译等,扩写、改写、续写能力辅助高效创作。
- 💬 聊天对话:和百度AI伙伴一起聊天,回答用户的一切问题,提供创意灵感。
- 智能摘要:点击内容摘要,帮用户快速总结归纳文章,生成全文要点,快速Get重点信息。
- ❓ 推荐问题:百度AI伙伴基于当前页面推荐相关问题,引导用户开启对话,高效解答重点问题。
- 🔛 快捷开启:全链路全场景快速唤醒插件,伴随体验,高效办公创作。

📮 联系我们:有任何意见反馈,欢迎通过【[email protected]】随时与我们联系                    

Extension Basic Information

Name 百度AI伙伴 百度AI伙伴
ID fhkhedgjlkcgdaldodbhmcldjglpabmf
Official URL https://chromewebstore.google.com/detail/%E7%99%BE%E5%BA%A6ai%E4%BC%99%E4%BC%B4/fhkhedgjlkcgdaldodbhmcldjglpabmf
Description 百度AI伙伴是您在任何页面上的个人AI助手,可以帮助你快速阅读,为你提供创意灵感,在聊天对话中为你答疑解惑。
File Size 1.24 MB
Installation Count 35,106
Current Version 1.0.12
Last Updated 2023-11-16
Publish Date 2023-09-13
Rating 4.72/5 Total 18 Ratings
Developer BaiduAI_Plugin
Email [email protected]
Payment Type free
Extension Website https://chat.baidu.com/page/pluginhome.html
Privacy Policy Page URL https://chat.baidu.com/page/privacy
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u767e\u5ea6AI\u4f19\u4f34",
    "description": "\u767e\u5ea6AI\u4f19\u4f34\u662f\u60a8\u5728\u4efb\u4f55\u9875\u9762\u4e0a\u7684\u4e2a\u4ebaAI\u52a9\u624b\uff0c\u53ef\u4ee5\u5e2e\u52a9\u4f60\u5feb\u901f\u9605\u8bfb\uff0c\u4e3a\u4f60\u63d0\u4f9b\u521b\u610f\u7075\u611f\uff0c\u5728\u804a\u5929\u5bf9\u8bdd\u4e2d\u4e3a\u4f60\u7b54\u7591\u89e3\u60d1\u3002",
    "version": "1.0.12",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "action": {
        "default_title": "\u4f60\u7684\u4e13\u5c5e\u767e\u5ea6AI\u4f19\u4f34",
        "default_icon": {
            "16": "\/assets\/browser-action-icon.png",
            "32": "\/assets\/browser-action-icon.png",
            "48": "\/assets\/browser-action-icon.png",
            "128": "\/assets\/browser-action-icon.png"
        }
    },
    "icons": {
        "16": "\/assets\/browser-action-icon.png",
        "32": "\/assets\/browser-action-icon.png",
        "48": "\/assets\/browser-action-icon.png",
        "128": "\/assets\/browser-action-icon.png"
    },
    "commands": {
        "open_bot": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+K",
                "chromeos": "Ctrl+K",
                "linux": "Ctrl+K"
            },
            "description": "\u6253\u5f00\u4fa7\u8fb9\u680f"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/[email protected]",
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.baidu.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "css\/*",
                "assets\/*",
                "sandbox\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "options_page": "options\/index.html"
}