[FOSWLY] - Summarize

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

Hvad er [FOSWLY] - Summarize?

[FOSWLY] - Summarize er en Chrome-udvidelse udviklet af toil.contact, og dens hovedfunktion er "A small extension that allows you to quickly retell articles or video".

Udvidelsesskærmbilleder

screenshot
screenshot

Download [FOSWLY] - Summarize-udvidelses-CRX-fil

Download [FOSWLY] - Summarize-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn [FOSWLY] - Summarize [FOSWLY] - Summarize
ID jdjofbmbggmmbfeidflhmhiidfddclbk
Officiel URL https://chromewebstore.google.com/detail/foswly-summarize/jdjofbmbggmmbfeidflhmhiidfddclbk
Beskrivelse A small extension that allows you to quickly retell articles or video
Filstørrelse 49.23 KB
Antal Installationer 263
Nuværende Version 1.2.0
Senest Opdateret 2023-11-28
Udgivelsesdato 2023-07-31
Bedømmelse 4.00/5 Samlet 2 Bedømmelser
Udvikler toil.contact
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/FOSWLY/summarize
URL til Fortrolighedspolitik Side 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
Understøttede Sprog 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\/*"
    ]
}