Summarize
Summarize any article using OpenAI's ChatGPT
Summarizeคืออะไร?
Summarize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joe Smith และคุณลักษณะหลักของมันคือ "Summarize any article using OpenAI's ChatGPT"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Summarize
ดาวน์โหลดไฟล์ส่วนขยาย Summarize ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
---------------- Update - Version 0.0.6 ---------------- - Use chatgpt with apikey openai. - Fix error css on some website when summarize content website. - Post result summarize on Facebook and LinkedIn. Summarize any article using OpenAI's ChatGPT Introducing Summarize, your AI-powered assistant that instantly summarizes articles and text. With the Summarize extension, you can get the main ideas of any page in just one click, without leaving the page. Whether you're reading news, articles, blogs, or research reports, Summarize has you covered. Our AI-powered (powered by ChatGPT) summarization technology is trained to provide comprehensive and high-quality summaries that maximize speed and comprehension. And we continuously improve it with thousands of human-written summaries. This means that you can trust Summarize to deliver accurate and reliable summaries, every time. With Summarize, you can get through all your open tabs faster, and spend more time on what matters. Stay up-to-date with everything you want to read, and never miss out on the key ideas again. Try Summarize today and experience the power of AI-powered summarization.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Summarize |
ID | lmhkmibdclhibdooglianggbnhcbcjeh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/summarize/lmhkmibdclhibdooglianggbnhcbcjeh |
คำอธิบาย | Summarize any article using OpenAI's ChatGPT |
ขนาดไฟล์ | 231 KB |
จำนวนการติดตั้ง | 46,933 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2023-08-31 |
วันที่เผยแพร่ | 2022-12-06 |
คะแนน | 2.88/5 รวมทั้งหมด 42 คะแนน |
ผู้พัฒนา | Joe Smith |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/random-number-generators/home |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Summarize", "description": "Summarize any article using OpenAI's ChatGPT", "version": "0.0.7", "manifest_version": 3, "action": [], "permissions": [ "scripting", "activeTab", "storage", "declarativeNetRequest" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "128": "logo-128.png" }, "host_permissions": [ "https:\/\/*.openai.com\/", "*:\/\/*.facebook.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.apps.openai.com\/*" ], "content_scripts": [ { "js": [ "contentShare.bundle.js" ], "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.linkedin.com\/*" ] } ], "background": { "service_worker": "background.bundle.js" }, "web_accessible_resources": [ { "resources": [ "styles.css" ], "matches": [ " |