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'est-ce que Summari for Chrome ?

Summari for Chrome est une extension Chrome développée par http://summari.com, et sa fonction principale est "Summari is your AI-powered assistant that summarizes articles. We provide the key ideas before you read the article in full.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Summari for Chrome

Téléchargez les fichiers d'extension Summari for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Summari for Chrome Summari for Chrome
ID hfbolicepmhlpoiabgkpeojpagpcmccc
URL Officiel https://chrome.google.com/webstore/detail/summari-for-chrome/hfbolicepmhlpoiabgkpeojpagpcmccc
Description Summari is your AI-powered assistant that summarizes articles. We provide the key ideas before you read the article in full.
Taille du Fichier 1.27 MB
Nombre d'Installations 18,597
Version Actuelle 2.1.6
Dernière Mise à Jour 2023-01-18
Date de Publication 2021-04-21
Évaluation 4.57/5 Total 21 Évaluations
Développeur http://summari.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.summari.com
URL de la Page d'Aide https://www.summari.com/contact-us
URL de la Page de Politique de Confidentialité http://www.summari.com/privacy
Langues Prises en Charge 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'"
    }
}