Summari for Chrome

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

什么是Summari for Chrome?

Summari for Chrome是由http://summari.com开发的Chrome扩展程序,该扩展的主要功能是“Summari is your AI-powered assistant that summarizes articles. We provide the key ideas before you read the article in full.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Summari for Chrome扩展crx文件

下载Summari for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Summari for Chrome Summari for Chrome
ID hfbolicepmhlpoiabgkpeojpagpcmccc
官方URL https://chrome.google.com/webstore/detail/summari-for-chrome/hfbolicepmhlpoiabgkpeojpagpcmccc
简介 Summari is your AI-powered assistant that summarizes articles. We provide the key ideas before you read the article in full.
文件大小 1.27 MB
安装次数 18,597
当前版本 2.1.6
更新时间 2023-01-18
上架时间 2021-04-21
评分 4.57/5 共21次评分
开发者 http://summari.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.summari.com
帮助页面URL https://www.summari.com/contact-us
隐私政策页面URL http://www.summari.com/privacy
支持的语言 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'"
    }
}