Bardo AI Summarizer 🤖

Bardo is a simple extension that allows you to summarize and get most common words in any text in several languages.

Bardo AI Summarizer 🤖คืออะไร?

Bardo AI Summarizer 🤖 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bardo.ai และคุณลักษณะหลักของมันคือ "Bardo is a simple extension that allows you to summarize and get most common words in any text in several languages."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bardo AI Summarizer 🤖

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

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

                        Bardo AI Summarizer 🤖 is a handy Google Chrome extension that makes it easy for language learners to understand long pieces of text in foreign languages. With just a few clicks, you can get a summary of the text that highlights the most important points and translates the key words and phrases into your target language.

Using Bardo is super simple: just highlight the text you want to summarize and click the extension icon. In no time, you can get a summary 📝 that helps you grasp the main points of the text, even if you're not yet fluent in the language it's written in.

Whether you're a language learner trying to make sense of a lengthy text or just someone who wants a quick overview of a foreign language article or document, Bardo AI Summarizer can help. Give it a try 🤞 and see how it can make reading and understanding text in a foreign language a breeze! 😎                    

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

ชื่อ Bardo AI Summarizer 🤖 Bardo AI Summarizer 🤖
ID onlpmnflmhlbpejafdjmilndndmfoljb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bardo-ai-summarizer-%F0%9F%A4%96/onlpmnflmhlbpejafdjmilndndmfoljb
คำอธิบาย Bardo is a simple extension that allows you to summarize and get most common words in any text in several languages.
ขนาดไฟล์ 20.17 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2023-01-15
วันที่เผยแพร่ 2023-01-05
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา bardo.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ext.bardo.ai
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/b5516bd9-278b-4e77-a687-8db32680da94
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bardo AI Summarizer \ud83e\udd16",
    "description": "Bardo is a simple extension that allows you to summarize and get most common words in any text in several languages.",
    "version": "0.0.3",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}