[FOSWLY] - Summarize

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

Apa itu [FOSWLY] - Summarize?

[FOSWLY] - Summarize adalah ekstensi Chrome yang dikembangkan oleh toil.contact, dan fitur utamanya adalah "A small extension that allows you to quickly retell articles or video".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi [FOSWLY] - Summarize

Unduh file ekstensi [FOSWLY] - Summarize dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama [FOSWLY] - Summarize [FOSWLY] - Summarize
ID jdjofbmbggmmbfeidflhmhiidfddclbk
URL Resmi https://chromewebstore.google.com/detail/foswly-summarize/jdjofbmbggmmbfeidflhmhiidfddclbk
Deskripsi A small extension that allows you to quickly retell articles or video
Ukuran File 49.23 KB
Jumlah Instalasi 263
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2023-11-28
Tanggal Publikasi 2023-07-31
Penilaian 4.00/5 Total 2 Penilaian
Pengembang toil.contact
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/FOSWLY/summarize
URL Halaman Kebijakan Privasi 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
Bahasa yang Didukung 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\/*"
    ]
}