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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |