summarizooor

Summarize any webpage with a single click

summarizooorคืออะไร?

summarizooor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gtfol และคุณลักษณะหลักของมันคือ "Summarize any webpage with a single click"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย summarizooor

ดาวน์โหลดไฟล์ส่วนขยาย summarizooor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🫡 summarizooor is a time-saving tool for busy people and curious minds!

This tool lets you easily generate high quality summaries in seconds so you can quickly get the key ideas, insights and alpha from any text.

(you can finally go through all the newsletters left unread in your inbox yippee!)

Using it is as easy as...
1. Highlight the text your want summarised
2. Right click on the webpage
3. Click "generate summary"

OR 

to generate a summary for the entire webpage:
1. Right click anywhere on the webpage
2. Click "generate summary" 

That's it! 🤯

Features
✨ All your summaries are also saved so you can easily access them again later.

✨ Powered by GPT3 under the hood, generated summaries are not only fast but also accurate and informative. 

✨ Plus, this extension extracts the valuable insights and actionable advice – because why else would you be reading someone's long-ass article?!

✨ Search your summaries like how you search on google!

Sounds cool? Then try it out, it's free!

What's new in 0.0.0.6
✅ Upgraded to gpt3.5-turbo! This is the same model that ChatGPT uses.
✅ Some UI improvements 

ps. if you find this extension useful, consider chucking a buck or two my way to show your support 😉

buymeacoffee.com/dahliasan                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ summarizooor summarizooor
ID khkckpdkkddnlhfebcglejikmgmimado
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/summarizooor/khkckpdkkddnlhfebcglejikmgmimado
คำอธิบาย Summarize any webpage with a single click
ขนาดไฟล์ 498 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.0.0.7
อัปเดตครั้งล่าสุด 2023-04-06
วันที่เผยแพร่ 2023-01-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา gtfol
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fxhd.notion.site/summarizooor-chrome-extension-317ba7f2f1c5443cbc99a220c5d073b0
URL หน้าช่วยเหลือ https://glad-palette-028717.framer.app/
URL หน้านโยบายความเป็นส่วนตัว https://fxhd.notion.site/TLDR-Summariser-Chrome-Extension-317ba7f2f1c5443cbc99a220c5d073b0
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "summarizooor",
    "description": "Summarize any webpage with a single click",
    "version": "0.0.0.7",
    "manifest_version": 3,
    "icons": {
        "48": "assets\/48.png",
        "72": "assets\/72.png",
        "96": "assets\/96.png",
        "144": "assets\/144.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Summarize this!"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*\/static\/*\/*",
                "fonts\/*"
            ]
        }
    ]
}