WebExtension.net
Toggle dark mode
WebExtension.net

Deepseek AI助手|R1|V3 | 联网

View on Chrome Web Store
View Deepseek AI助手|R1|V3 | 联网 Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
12 views
This extension has been viewed 12 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

DeepSeek AI助手是一个免费开源的浏览器扩展工具(与DeepSeek官方无关),本扩展需要用户自行提供DeepSeek API Key才能使用,通过集成先进的人工智能大模型,用户可以轻松选择网页上的任何文本内容,并立即获得深度、准确的AI回答。
Type
Extension
Users
538 users
40
mylapland99
View author page of mylapland99
Published
Published on January 29, 2025
Version 1.8.6
Manifest version
3
Updated
Updated on January 29, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Deepseek AI助手|R1|V3 | 联网 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Deepseek AI\u52a9\u624b\uff5cR1\uff5cV3 | \u8054\u7f51",
    "description": "DeepSeek AI\u52a9\u624b\u662f\u4e00\u4e2a\u514d\u8d39\u5f00\u6e90\u7684\u6d4f\u89c8\u5668\u6269\u5c55\u5de5\u5177\uff08\u4e0eDeepSeek\u5b98\u65b9\u65e0\u5173\uff09\uff0c\u672c\u6269\u5c55\u9700\u8981\u7528\u6237\u81ea\u884c\u63d0\u4f9bDeepSeek API Key\u624d\u80fd\u4f7f\u7528\uff0c\u901a\u8fc7\u96c6\u6210\u5148\u8fdb\u7684\u4eba\u5de5\u667a\u80fd\u5927\u6a21\u578b\uff0c\u7528\u6237\u53ef\u4ee5\u8f7b\u677e\u9009\u62e9\u7f51\u9875\u4e0a\u7684\u4efb\u4f55\u6587\u672c\u5185\u5bb9\uff0c\u5e76\u7acb\u5373\u83b7\u5f97\u6df1\u5ea6\u3001\u51c6\u786e\u7684AI\u56de\u7b54\u3002",
    "version": "1.8.6",
    "permissions": [
        "storage",
        "contextMenus",
        "scripting",
        "commands",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon16.png",
                "icons\/icon24.png",
                "icons\/icon32.png",
                "icons\/icon48.png",
                "icons\/icon128.png",
                "icons\/copy.svg",
                "icons\/close.svg",
                "icons\/closeClicked.svg",
                "icons\/regenerate.svg",
                "fonts\/*",
                "Instructions.html",
                "instructions.js",
                "style.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' https:\/\/cdn.jsdelivr.net; object-src 'self'; font-src 'self' https:\/\/cdn.jsdelivr.net"
    },
    "browser_specific_settings": {
        "edge": {
            "browser_action_next_to_addressbar": true
        }
    },
    "commands": {
        "toggle-chat": {
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "Command+Shift+D",
                "windows": "Ctrl+Shift+D"
            },
            "description": "Toggle the chat window."
        }
    },
    "host_permissions": [
        "<all_urls>"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top