Bard summarizer

Summarize YouTube videos, long blogs, and articles with the Bard AI summarizer Chrome extension

Bard summarizerคืออะไร?

Bard summarizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bard Summerizer และคุณลักษณะหลักของมันคือ "Summarize YouTube videos, long blogs, and articles with the Bard AI summarizer Chrome extension "

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

screenshot
screenshot

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

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

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

                        Bard Summarizer Chrome extension that allows you to summarize any lengthy article, blog post, or story in a matter of seconds. Simply select the text you want to summarize and click on the Bard Summarizer icon. The extension will then generate a summary of the text, which you can then read or share. 

Bard Summarizer is powered by Google's Bard AI, which is one of the most advanced natural language processing models in the world. Bard is able to understand the meaning of text and generate summaries that are both accurate and concise. 

Bard Summarizer is a great tool for students, professionals, and anyone else who needs to quickly summarize large amounts of text. It is also a great way to improve your own writing skills by seeing how a professional summarizer would approach the task. 

Features: 

>>Summarizes any lengthy article, blog post, or story in a matter of seconds 
>>Uses Google's Bard AI to generate accurate and concise summaries 
>>Easy to use 
>>Free to use 

 

How to use: 

>>Install the Bard Summarizer extension from the Chrome web store. 
>>Open the article, blog post, or story you want to summarize. 
>>Select the text you want to summarize. 
>>Click on the Bard Summarizer icon. 
>>The extension will generate a summary of the text. 
>>You can then read or share the summary 

 

Advantages: 

>>Save time by quickly summarizing large amounts of text 
>>Improve your own writing skills by seeing how a professional summarizer would approach the task 
>>Share summaries with others to help them understand complex topics                    

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

ชื่อ Bard summarizer Bard summarizer
ID mondegnfnhaoghbnmlmaaocbajfjmiok
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bard-summarizer/mondegnfnhaoghbnmlmaaocbajfjmiok
คำอธิบาย Summarize YouTube videos, long blogs, and articles with the Bard AI summarizer Chrome extension
ขนาดไฟล์ 336 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-07-09
วันที่เผยแพร่ 2023-07-09
ผู้พัฒนา Bard Summerizer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bard summarizer",
    "description": "Summarize YouTube videos, long blogs, and articles with the Bard AI summarizer Chrome extension ",
    "version": "1.1",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": ".\/images\/Icon16.png",
        "32": ".\/images\/Icon32.png",
        "48": ".\/images\/Icon48.png",
        "64": ".\/images\/Icon64.png"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "gcm"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/BardSummarizer.png",
                "images\/Load1.png",
                "images\/Load2.png",
                "images\/Load3.png",
                "images\/info.png",
                "images\/BardIcon.png",
                "images\/BlogIcon.png",
                "images\/Arrow.png",
                "images\/cancel.png",
                "images\/Component.png",
                "images\/downarrow.png",
                "images\/uparrow.png",
                "images\/down.png",
                "images\/copied.png",
                "images\/copy.png",
                "images\/copy-summary.png",
                "images\/Star.png",
                "images\/bankrupt.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}