ChatGPT - 150种处理任务,右键快速访问

快速访问 ChatGPT,150种处理任务方式,选中内容并右键单击,即可在任何地方使用 ChatGPT

What is ChatGPT - 150种处理任务,右键快速访问?

ChatGPT - 150种处理任务,右键快速访问 is a Chrome extension developed by https://v.stylee.top, and its main feature is "快速访问 ChatGPT,150种处理任务方式,选中内容并右键单击,即可在任何地方使用 ChatGPT".

Extension Screenshots

screenshot
screenshot

Download ChatGPT - 150种处理任务,右键快速访问 Extension CRX File

Download ChatGPT - 150种处理任务,右键快速访问 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

                        150 个任务示例,轻松使用 ChatGPT 多种类型AI功能
只需选择内容并右键单击!或直接在页面点击!
无处不在!可用于在任何网站!
你只需要从 openai.com 获取 apikey

可进行网页内容概括,提炼中心思想,撰写回复等高级功能。

快速访问 ChatGPT:
1. 作为聊天机器人:您可以创建一个与用户对话的聊天机器人。
2. 作为问答系统:可以微调以回答特定类型的问题,例如与特定领域或主题相关的问题。
3. 作为对话代理:可用于创建与用户对话的虚拟代理或化身。
4. 作为文本生成工具:可用于根据输入数据生成类似人类的文本响应。

本插件只访问 OpenAI 的API ,我们不获取任何信息。插件审核严格,请放心使用。任何问题欢迎联系我们 微信 youkpan

包括以下任务:
Linux 终端,英语翻译和改进,面试官,JavaScript 控制台, 等

由 zyinfo.pro 提供技术支持                    

Extension Basic Information

Name ChatGPT - 150种处理任务,右键快速访问 ChatGPT - 150种处理任务,右键快速访问
ID ldjcnlkcjphkneoakgihboanfemoobbj
Official URL https://chromewebstore.google.com/detail/chatgpt-150%E7%A7%8D%E5%A4%84%E7%90%86%E4%BB%BB%E5%8A%A1%EF%BC%8C%E5%8F%B3%E9%94%AE%E5%BF%AB%E9%80%9F%E8%AE%BF%E9%97%AE/ldjcnlkcjphkneoakgihboanfemoobbj
Description 快速访问 ChatGPT,150种处理任务方式,选中内容并右键单击,即可在任何地方使用 ChatGPT
File Size 206 KB
Installation Count 34
Current Version 4.0
Last Updated 2023-03-13
Publish Date 2023-02-17
Developer https://v.stylee.top
Email [email protected]
Payment Type free
Extension Website http://zyinfo.pro?from=chromeindex
Help Page URL http://zyinfo.pro?support=1&from=chrome
Privacy Policy Page URL https://v.zyinfo.pro/files/user_agreement/en.php
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT - 150\u79cd\u5904\u7406\u4efb\u52a1\uff0c\u53f3\u952e\u5feb\u901f\u8bbf\u95ee",
    "description": "\u5feb\u901f\u8bbf\u95ee ChatGPT\uff0c150\u79cd\u5904\u7406\u4efb\u52a1\u65b9\u5f0f\uff0c\u9009\u4e2d\u5185\u5bb9\u5e76\u53f3\u952e\u5355\u51fb\uff0c\u5373\u53ef\u5728\u4efb\u4f55\u5730\u65b9\u4f7f\u7528 ChatGPT ",
    "version": "4.0",
    "host_permissions": [
        "https:\/\/api.openai.com\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "author": "[email protected]"
}