[FOSWLY] - Summarize
A small extension that allows you to quickly retell articles or video
What is [FOSWLY] - Summarize?
[FOSWLY] - Summarize is a Chrome extension developed by toil.contact, and its main feature is "A small extension that allows you to quickly retell articles or video".
Extension Screenshots
Download [FOSWLY] - Summarize Extension CRX File
Download [FOSWLY] - Summarize extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Небольшое расширение, позволяющее быстро пересказывать статьи и видео прямо как в Yandex Browser.
Extension Basic Information
Name | [FOSWLY] - Summarize |
ID | jdjofbmbggmmbfeidflhmhiidfddclbk |
Official URL | https://chromewebstore.google.com/detail/foswly-summarize/jdjofbmbggmmbfeidflhmhiidfddclbk |
Description | A small extension that allows you to quickly retell articles or video |
File Size | 49.23 KB |
Installation Count | 263 |
Current Version | 1.2.0 |
Last Updated | 2023-11-28 |
Publish Date | 2023-07-31 |
Rating | 4.00/5 Total 2 Ratings |
Developer | toil.contact |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/FOSWLY/summarize |
Privacy Policy Page URL | 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 |
Supported Languages | 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\/*" ] } |