Web Summarizer
Access summary content of Web pages.
Was ist Web Summarizer?
Web Summarizer ist eine Chrome-Erweiterung, die von e7alves entwickelt wurde, und ihr Hauptmerkmal ist "Access summary content of Web pages.".
Erweiterungsscreenshots
Web Summarizer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Web Summarizer-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
Web Summarizer is an extension that provides a summary version of the content of web pages. Access only the important content of web pages without advertisements. Clicking on the extension icon opens a popup with the most relevant paragraphs of the page accessed. Set the size of the summary using the slider at the top of the popup. The tool works with better precision for the following languages: • English • French • German • Italian • Portuguese • Spanish However, as statistical data is used to determine the most relevant content, it can be used for any language.
Grundlegende Informationen zur Erweiterung
Name | Web Summarizer |
ID | bjkoieegiicnkncndemgfnnflgdbheaj |
Offizielle URL | https://chromewebstore.google.com/detail/web-summarizer/bjkoieegiicnkncndemgfnnflgdbheaj |
Beschreibung | Access summary content of Web pages. |
Dateigröße | 92.4 KB |
Installationsanzahl | 121 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2020-08-26 |
Veröffentlichungsdatum | 2020-08-24 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | e7alves |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Summarizer", "version": "0.0.2", "description": "Access summary content of Web pages.", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "Web Summarizer", "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "manifest_version": 2 } |