[FOSWLY] - Summarize

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

Qu'est-ce que [FOSWLY] - Summarize ?

[FOSWLY] - Summarize est une extension Chrome développée par toil.contact, et sa fonction principale est "A small extension that allows you to quickly retell articles or video".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension [FOSWLY] - Summarize

Téléchargez les fichiers d'extension [FOSWLY] - Summarize au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom [FOSWLY] - Summarize [FOSWLY] - Summarize
ID jdjofbmbggmmbfeidflhmhiidfddclbk
URL Officiel https://chromewebstore.google.com/detail/foswly-summarize/jdjofbmbggmmbfeidflhmhiidfddclbk
Description A small extension that allows you to quickly retell articles or video
Taille du Fichier 49.23 KB
Nombre d'Installations 263
Version Actuelle 1.2.0
Dernière Mise à Jour 2023-11-28
Date de Publication 2023-07-31
Évaluation 4.00/5 Total 2 Évaluations
Développeur toil.contact
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/FOSWLY/summarize
URL de la Page de Politique de Confidentialité 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
Langues Prises en Charge 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\/*"
    ]
}