Bard summarizer

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

Bard summarizerとは何ですか?

Bard summarizerはBard Summerizerによって開発されたChromeの拡張機能で、その主な機能は「Summarize YouTube videos, long blogs, and articles with the Bard AI summarizer Chrome extension 」です。

拡張機能のスクリーンショット

screenshot
screenshot

Bard summarizer拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                ""
            ]
        }
    ]
}