Submary

Submary official chrome extension

什么是Submary?

Submary是由https://submary.com开发的Chrome扩展程序,该扩展的主要功能是“Submary official chrome extension”。

扩展截图

screenshot
screenshot
screenshot

下载Submary扩展crx文件

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

扩展使用说明

                        Submary allows you to understand the essence of a text in a few seconds. It analyzes the content to extract the most relevant sentences and provide a concise summary.  By highlighting key words and sentences directly in the text, it allows you to grasp the most important information of an article at a glance.

- fast reading
- read faster
- speed reading
- deep reading
- highlight / highlighting
- summary
- automatic summary
- TLDR                    

扩展基本信息

名称 Submary Submary
ID koidbemodmpmdncelgigjojmofpgonmj
官方URL https://chromewebstore.google.com/detail/submary/koidbemodmpmdncelgigjojmofpgonmj
简介 Submary official chrome extension
文件大小 473 KB
安装次数 41
当前版本 0.2.6
更新时间 2022-10-12
上架时间 2022-01-11
评分 5.00/5 共2次评分
开发者 https://submary.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://submary.com
支持的语言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Submary",
    "version": "0.2.6",
    "description": "Submary official chrome extension",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "options_page": "onboarding-page.html",
    "action": {
        "default_title": "Submary",
        "default_icon": "\/images\/logo128.png"
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "default_locale": "en",
    "manifest_version": 3
}