Summari for Chrome

Summari is your AI-powered assistant that summarizes articles. We provide the key ideas before you read the article in full.

O que é Summari for Chrome?

Summari for Chrome é uma extensão do Chrome desenvolvida por http://summari.com, e sua principal característica é "Summari is your AI-powered assistant that summarizes articles. We provide the key ideas before you read the article in full.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Summari for Chrome

Baixe arquivos de extensão Summari for Chrome 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

                        Summari is your AI-powered assistant that instantly summarizes text. Use Summari to get the main ideas in any text before investing time reading the whole thing.

GET THE SUMMARY OF ANY PAGE
• Use the Summari extension to produce a summary in one click without leaving the page.
• Works on virtually any text-based page (news, articles, newsletters, blogs, magazines, press releases, research reports, etc.).

COMPREHENSIVE, HIGH-QUALITY SUMMARIES WRITTEN BY HUMANS + AI
• We trained the world’s most powerful AI to summarize text that maximizes speed & comprehension.
• We improve it continuously with thousands of human-written summaries.

GET THROUGH ALL YOUR OPEN TABS (FINALLY)
• Read the highlights 10x faster.
• Spend more time only on what matters.
• Stay up-to-date with everything you want to read.                    

Informações Básicas da Extensão

Nome Summari for Chrome Summari for Chrome
ID hfbolicepmhlpoiabgkpeojpagpcmccc
URL Oficial https://chrome.google.com/webstore/detail/summari-for-chrome/hfbolicepmhlpoiabgkpeojpagpcmccc
Descrição Summari is your AI-powered assistant that summarizes articles. We provide the key ideas before you read the article in full.
Tamanho do Arquivo 1.27 MB
Contagem de Instalações 18,597
Versão Atual 2.1.6
Última Atualização 2023-01-18
Data de Publicação 2021-04-21
Classificação 4.57/5 Total de 21 Avaliações
Desenvolvedor http://summari.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.summari.com
URL da Página de Ajuda https://www.summari.com/contact-us
URL da Página de Política de Privacidade http://www.summari.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.1.6",
    "short_name": "Summari",
    "name": "Summari for Chrome",
    "description": "Summari is your AI-powered assistant that summarizes articles. We provide the key ideas before you read the article in full.",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+J",
                "mac": "Command+J"
            }
        }
    },
    "action": {
        "default_title": "Summari",
        "default_icon": "images\/joggo-comma-16.png",
        "browser_action": {
            "default_icon": "images\/joggo-comma-16.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.tsx.6ce54e53.30f62737.js",
                "assets\/content-script-loader.ga.js.9cfc1b42.9984a1bd.js",
                "assets\/content-script-loader.webcomponents-bundle.js.60b9747f.89f6dbe8.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/index.74e2717b.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "options.html",
                "assets\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/close-tooltip.ab2612eb.svg",
                "assets\/joggo-comma_black.a3667881.svg",
                "assets\/joggo-comma.560bb0a5.svg",
                "assets\/tip-ui.e88432ac.png",
                "assets\/account.86db3494.svg",
                "assets\/account-tooltip.9ae96c01.svg",
                "assets\/flag-tooltip.24e8dbb4.svg",
                "assets\/summary-deleted.ddf1c421.svg",
                "assets\/icon-warning.64d5f95d.svg",
                "assets\/remove-tooltip.b98bb013.svg",
                "assets\/save-tooltip.33cc481e.svg",
                "assets\/share-clip.11dc6ff2.svg",
                "assets\/delete.1ff91632.svg",
                "assets\/share.a71e3a3e.svg",
                "assets\/icon-notification.fb5c6522.svg",
                "assets\/thumb-down.1aa9acc0.png",
                "assets\/thumb-up.50a93d6c.png",
                "assets\/contact-icon.fb386e52.png",
                "assets\/error-graphic.4b79874b.svg",
                "assets\/info-graphic.a2bf1284.svg",
                "assets\/stopwatch-graphic.09259ba0.svg",
                "assets\/icon-tip.c6e47bc6.svg",
                "assets\/tip-arrow.1557b2c7.png",
                "assets\/styles.e1963d1b.js",
                "assets\/constants.38a86a9c.js",
                "assets\/index.tsx.6ce54e53.js",
                "assets\/ga.js.9cfc1b42.js",
                "assets\/webcomponents-bundle.js.60b9747f.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "storage"
    ],
    "icons": {
        "16": "images\/joggo-comma-16.png",
        "48": "images\/joggo-comma-48.png",
        "128": "images\/joggo-comma-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'  'https:\/\/www.google-analytics.com'; object-src 'self'"
    }
}