ChatGPT Plus
Paste powerful prompt in chatGPT with easy step
什么是ChatGPT Plus?
ChatGPT Plus是由greedy0101开发的Chrome扩展程序,该扩展的主要功能是“Paste powerful prompt in chatGPT with easy step”。
扩展截图
下载ChatGPT Plus扩展crx文件
下载ChatGPT Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Introducing our latest innovation - the prompt extension for chatGPT. With this extension, users can receive powerful prompts and improve their writing skills by revising and refining their responses. With this extension, you can unleash your creativity and express yourself more effectively than ever before. Its personalized prompts and adaptive learning capabilities ensure that you get the most out of your writing experience. So why wait? Download the prompt extension for chatGPT today and start improving your writing skills in a matter of minutes. With its powerful features and intuitive design, it's the ultimate writing assistant for anyone who wants to succeed in today's fast-paced digital world.
扩展基本信息
名称 | ChatGPT Plus |
ID | ehpjephpbgcihnmdapkcbpnfmkdpgbid |
官方URL | https://chromewebstore.google.com/detail/chatgpt-plus/ehpjephpbgcihnmdapkcbpnfmkdpgbid |
简介 | Paste powerful prompt in chatGPT with easy step |
文件大小 | 9.97 MB |
安装次数 | 37 |
当前版本 | 1.1 |
更新时间 | 2023-03-22 |
上架时间 | 2023-03-13 |
开发者 | greedy0101 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Plus", "version": "1.1", "description": "Paste powerful prompt in chatGPT with easy step", "manifest_version": 3, "icons": { "32": ".\/Icon32.png", "128": ".\/Icon128.png" }, "action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab", "scripting" ] } |