WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
划词AI侧边栏助手 - QuickPrompt AI

划词AI侧边栏助手 - QuickPrompt AI

View on Chrome Web Store
View 划词AI侧边栏助手 - QuickPrompt AI Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (4 ratings)
1 new ratings
35 views
This extension has been viewed 35 times
0 downloads
This extension has been downloaded 0 times

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

This extension is no longer available on the Chrome Web Store. We noticed it was gone on May 22, 2025.

划词AI侧边栏助手,即划即问,帮助你在任何网页无须切换页面专注使用AI大模型,支持划词翻译、自定义prompt等高级功能。
Type
Extension
Users
1,000 users
39
redreamzishao
View author page of redreamzishao
Published
Published on February 19, 2025
Version 0.0.4
Manifest version
3
Updated
Updated on May 12, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View 划词AI侧边栏助手 - QuickPrompt AI 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",
    "description": "\u5212\u8bcdAI\u4fa7\u8fb9\u680f\u52a9\u624b\uff0c\u5373\u5212\u5373\u95ee\uff0c\u5e2e\u52a9\u4f60\u5728\u4efb\u4f55\u7f51\u9875\u65e0\u987b\u5207\u6362\u9875\u9762\u4e13\u6ce8\u4f7f\u7528AI\u5927\u6a21\u578b\uff0c\u652f\u6301\u5212\u8bcd\u7ffb\u8bd1\u3001\u81ea\u5b9a\u4e49prompt\u7b49\u9ad8\u7ea7\u529f\u80fd\u3002",
    "version": "0.0.4",
    "manifest_version": 3,
    "name": "\u5212\u8bcdAI\u4fa7\u8fb9\u680f\u52a9\u624b - QuickPrompt AI",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "\u70b9\u51fb\u6253\u5f00\u4fa7\u8fb9\u680f",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "side_panel": {
        "default_path": "sidepanel.html",
        "openPanelOnActionClick": true
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "sidePanel",
        "contextMenus",
        "windows",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "minimum_chrome_version": "114"
}
© 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