[FOSWLY] - Summarize

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

Wat is [FOSWLY] - Summarize?

[FOSWLY] - Summarize is een Chrome-extensie ontwikkeld door toil.contact, en de belangrijkste functie is "A small extension that allows you to quickly retell articles or video".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie [FOSWLY] - Summarize

Download [FOSWLY] - Summarize-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam [FOSWLY] - Summarize [FOSWLY] - Summarize
ID jdjofbmbggmmbfeidflhmhiidfddclbk
Officiële URL https://chromewebstore.google.com/detail/foswly-summarize/jdjofbmbggmmbfeidflhmhiidfddclbk
Beschrijving A small extension that allows you to quickly retell articles or video
Bestandsgrootte 49.23 KB
Aantal Installaties 263
Huidige Versie 1.2.0
Laatst Bijgewerkt 2023-11-28
Publicatiedatum 2023-07-31
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar toil.contact
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/FOSWLY/summarize
URL van de Privacybeleid Pagina 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
Ondersteunde Talen 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\/*"
    ]
}