[FOSWLY] - Summarize
A small extension that allows you to quickly retell articles or video
Was ist [FOSWLY] - Summarize?
[FOSWLY] - Summarize ist eine Chrome-Erweiterung, die von toil.contact entwickelt wurde, und ihr Hauptmerkmal ist "A small extension that allows you to quickly retell articles or video".
Erweiterungsscreenshots
[FOSWLY] - Summarize-Erweiterungs-CRX-Datei herunterladen
Laden Sie [FOSWLY] - Summarize-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Небольшое расширение, позволяющее быстро пересказывать статьи и видео прямо как в Yandex Browser. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jdjofbmbggmmbfeidflhmhiidfddclbk |
| Offizielle URL | https://chromewebstore.google.com/detail/foswly-summarize/jdjofbmbggmmbfeidflhmhiidfddclbk |
| Beschreibung | A small extension that allows you to quickly retell articles or video |
| Dateigröße | 49.23 KB |
| Installationsanzahl | 263 |
| Aktuelle Version | 1.2.0 |
| Letztes Update | 2023-11-28 |
| Veröffentlichungsdatum | 2023-07-31 |
| Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
| Entwickler | toil.contact |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/FOSWLY/summarize |
| URL der Datenschutzrichtlinien-Seite | 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 |
| Unterstützte Sprachen | 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\/*"
]
} | |