Web Summarizer
Access summary content of Web pages.
Τι είναι το Web Summarizer;
Το Web Summarizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον e7alves, και η κύρια λειτουργία του είναι "Access summary content of Web pages.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Web Summarizer
Λήψη αρχείων επέκτασης Web Summarizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Web Summarizer |
ID | bjkoieegiicnkncndemgfnnflgdbheaj |
Επίσημο URL | https://chromewebstore.google.com/detail/web-summarizer/bjkoieegiicnkncndemgfnnflgdbheaj |
Περιγραφή | Access summary content of Web pages. |
Μέγεθος Αρχείου | 92.4 KB |
Αριθμός Εγκαταστάσεων | 121 |
Τρέχουσα Έκδοση | 0.0.2 |
Τελευταία Ενημέρωση | 2020-08-26 |
Ημερομηνία Δημοσίευσης | 2020-08-24 |
Αξιολόγηση | 3.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | e7alves |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |