Summari for Chrome

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

Apa itu Summari for Chrome?

Summari for Chrome adalah ekstensi Chrome yang dikembangkan oleh http://summari.com, dan fitur utamanya adalah "Summari is your AI-powered assistant that summarizes articles. We provide the key ideas before you read the article in full.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Summari for Chrome

Unduh file ekstensi Summari for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Summari for Chrome Summari for Chrome
ID hfbolicepmhlpoiabgkpeojpagpcmccc
URL Resmi https://chrome.google.com/webstore/detail/summari-for-chrome/hfbolicepmhlpoiabgkpeojpagpcmccc
Deskripsi Summari is your AI-powered assistant that summarizes articles. We provide the key ideas before you read the article in full.
Ukuran File 1.27 MB
Jumlah Instalasi 18,597
Versi Saat Ini 2.1.6
Terakhir Diperbarui 2023-01-18
Tanggal Publikasi 2021-04-21
Penilaian 4.57/5 Total 21 Penilaian
Pengembang http://summari.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.summari.com
URL Halaman Bantuan https://www.summari.com/contact-us
URL Halaman Kebijakan Privasi http://www.summari.com/privacy
Bahasa yang Didukung 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'"
    }
}