[FOSWLY] - Summarize

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

Vad är [FOSWLY] - Summarize?

[FOSWLY] - Summarize är en Chrome-tillägg utvecklad av toil.contact, och dess huvudfunktion är "A small extension that allows you to quickly retell articles or video".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner [FOSWLY] - Summarize-förlängningens CRX-fil

Ladda ner [FOSWLY] - Summarize-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn [FOSWLY] - Summarize [FOSWLY] - Summarize
ID jdjofbmbggmmbfeidflhmhiidfddclbk
Officiell webbadress https://chromewebstore.google.com/detail/foswly-summarize/jdjofbmbggmmbfeidflhmhiidfddclbk
Beskrivning A small extension that allows you to quickly retell articles or video
Filstorlek 49.23 KB
Antal Installationer 263
Aktuell Version 1.2.0
Senast Uppdaterad 2023-11-28
Publiceringsdatum 2023-07-31
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare toil.contact
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/FOSWLY/summarize
URL till Sekretesspolicy Sidan 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
Stödda Språk 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\/*"
    ]
}