ChatGPT Summarizer
Send selected text to ChatGPT and ask it to summarize in your desired language
什么是ChatGPT Summarizer?
ChatGPT Summarizer是由wrwcfanscott开发的Chrome扩展程序,该扩展的主要功能是“Send selected text to ChatGPT and ask it to summarize in your desired language”。
扩展截图
下载ChatGPT Summarizer扩展crx文件
下载ChatGPT Summarizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Release Note v1.1 * Update to work with latest ChatGPT site ---------------------------------------------------------- Introducing ChatGPT Summarizer, a cutting-edge Chrome extension designed to revolutionize your browsing experience by leveraging the power of artificial intelligence. With this extension, you can effortlessly send selected text to ChatGPT and have it generate a concise summary in a matter of seconds. What's more, it can even summarize the text in another language of your choice! Key features of ChatGPT Summarizer: Time-saving: Quickly distill complex articles, long documents, or any other text-based content into clear and digestible summaries. No more sifting through lengthy texts when you're in a hurry. Seamless integration: The extension is designed to work smoothly with Chrome, enabling you to access ChatGPT Summarizer's powerful features with just a few clicks. By installing ChatGPT Summarizer, you'll not only save time but also elevate your comprehension and information retention. This Chrome extension is perfect for busy professionals, students, and anyone who wants to make their online reading more efficient and enjoyable. And as a testament to its capabilities, even this description was generated by ChatGPT itself! Experience the power of AI-driven summarization with ChatGPT Summarizer, and revolutionize the way you interact with text online. Don't wait – install it now and unlock the full potential of your browsing experience.
扩展基本信息
名称 | ChatGPT Summarizer |
ID | fifmdbhdcpckiekojiebhhokllbbbffc |
官方URL | https://chromewebstore.google.com/detail/chatgpt-summarizer/fifmdbhdcpckiekojiebhhokllbbbffc |
简介 | Send selected text to ChatGPT and ask it to summarize in your desired language |
文件大小 | 12.58 KB |
安装次数 | 118 |
当前版本 | 1.1 |
更新时间 | 2023-04-03 |
上架时间 | 2023-03-25 |
开发者 | wrwcfanscott |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Summarizer", "version": "1.1", "description": "Send selected text to ChatGPT and ask it to summarize in your desired language", "action": { "default_popup": "popup.html", "default_icon": { "128": "icon.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "webNavigation", "contextMenus", "storage" ], "host_permissions": [ "https:\/\/chat.openai.com\/" ], "icons": { "128": "icon.png" } } |