知乎助手

知乎高端玩家的福音

What is 知乎助手?

知乎助手 is a Chrome extension developed by xpzouying, and its main feature is "知乎高端玩家的福音".

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

                        "知乎助手"是一款浏览器插件,利用 ChatGPT 技术为用户智能回答知乎上的问题,提高回答质量和效率。                    

Extension Basic Information

Name 知乎助手 知乎助手
ID ccdejnpeddbcclpojninohdafamjjdke
Official URL https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E5%8A%A9%E6%89%8B/ccdejnpeddbcclpojninohdafamjjdke
Description 知乎高端玩家的福音
File Size 143 KB
Installation Count 64
Current Version 1.0.2
Last Updated 2024-02-18
Publish Date 2023-10-30
Rating 5.00/5 Total 1 Ratings
Developer xpzouying
Email [email protected]
Payment Type free
Extension Website https://github.com/fanxinqi/chrome-extension-zhihu
Help Page URL https://github.com/fanxinqi/chrome-extension-zhihu
Privacy Policy Page URL https://github.com/fanxinqi/chrome-extension-zhihu/blob/master/PrivacyPolicy.md
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u77e5\u4e4e\u52a9\u624b",
    "description": "\u77e5\u4e4e\u9ad8\u7aef\u73a9\u5bb6\u7684\u798f\u97f3",
    "version": "1.0.2",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/copy.png",
                "img\/copy-hover.png"
            ]
        }
    ]
}