[FOSWLY] - Summarize

A small extension that allows you to quickly retell articles or video

什么是[FOSWLY] - Summarize?

[FOSWLY] - Summarize是由toil.contact开发的Chrome扩展程序,该扩展的主要功能是“A small extension that allows you to quickly retell articles or video”。

扩展截图

screenshot
screenshot

下载[FOSWLY] - Summarize扩展crx文件

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

扩展使用说明

                        Небольшое расширение, позволяющее быстро пересказывать статьи и видео прямо как в Yandex Browser.                    

扩展基本信息

名称 [FOSWLY] - Summarize [FOSWLY] - Summarize
ID jdjofbmbggmmbfeidflhmhiidfddclbk
官方URL https://chromewebstore.google.com/detail/foswly-summarize/jdjofbmbggmmbfeidflhmhiidfddclbk
简介 A small extension that allows you to quickly retell articles or video
文件大小 49.23 KB
安装次数 263
当前版本 1.2.0
更新时间 2023-11-28
上架时间 2023-07-31
评分 4.00/5 共2次评分
开发者 toil.contact
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/FOSWLY/summarize
隐私政策页面URL https://github.com/FOSWLY/summarize/wiki/%D0%9F%D0%BE%D0%BB%D0%B8%D1%82%D0%B8%D0%BA%D0%B0-%D0%BA%D0%BE%D0%BD%D1%84%D0%B8%D0%B4%D0%B5%D0%BD%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D0%BE%D1%81%D1%82%D0%B8
支持的语言 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "[FOSWLY] - Summarize",
    "description": "A small extension that allows you to quickly retell articles or video",
    "author": "Toil",
    "homepage_url": "https:\/\/github.com\/FOSWLY\/summarize",
    "version": "1.2.0",
    "icons": {
        "16": "\/logo16.png",
        "32": "\/logo32.png",
        "48": "\/logo48.png",
        "96": "\/logo96.png",
        "128": "\/logo128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/summarize.toil.cc\/*"
    ]
}