Bard summarizer

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

O que é Bard summarizer?

Bard summarizer é uma extensão do Chrome desenvolvida por Bard Summerizer, e sua principal característica é "Summarize YouTube videos, long blogs, and articles with the Bard AI summarizer Chrome extension ".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Bard summarizer

Baixe arquivos de extensão Bard summarizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Bard summarizer Bard summarizer
ID mondegnfnhaoghbnmlmaaocbajfjmiok
URL Oficial https://chrome.google.com/webstore/detail/bard-summarizer/mondegnfnhaoghbnmlmaaocbajfjmiok
Descrição Summarize YouTube videos, long blogs, and articles with the Bard AI summarizer Chrome extension
Tamanho do Arquivo 336 KB
Contagem de Instalações 68
Versão Atual 1.1
Última Atualização 2023-07-09
Data de Publicação 2023-07-09
Desenvolvedor Bard Summerizer
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}