Summari for Chrome

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

¿Qué es Summari for Chrome?

Summari for Chrome es una extensión de Chrome desarrollada por http://summari.com, y su función principal es "Summari is your AI-powered assistant that summarizes articles. We provide the key ideas before you read the article in full.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Summari for Chrome

Descarga archivos de extensión Summari for Chrome en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Summari for Chrome Summari for Chrome
ID hfbolicepmhlpoiabgkpeojpagpcmccc
URL Oficial https://chrome.google.com/webstore/detail/summari-for-chrome/hfbolicepmhlpoiabgkpeojpagpcmccc
Descripción Summari is your AI-powered assistant that summarizes articles. We provide the key ideas before you read the article in full.
Tamaño del Archivo 1.27 MB
Cantidad de Instalaciones 18,597
Versión Actual 2.1.6
Última Actualización 2023-01-18
Fecha de Publicación 2021-04-21
Calificación 4.57/5 Total de 21 Calificaciones
Desarrollador http://summari.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.summari.com
URL de la Página de Ayuda https://www.summari.com/contact-us
URL de la Página de Política de Privacidad http://www.summari.com/privacy
Idiomas Soportados 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'"
    }
}