Summarize the Internet
Displays a summary of the text or article on the current page.
Τι είναι το Summarize the Internet;
Το Summarize the Internet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Don Patrick, και η κύρια λειτουργία του είναι "Displays a summary of the text or article on the current page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Summarize the Internet
Λήψη αρχείων επέκτασης Summarize the Internet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Clicking the taskbar button will summarize the current page in a popup. Text is typically reduced to 50-20%, depending on how much valuable information it contains. This summarizer stands out from others by focusing on the writer's choice of words to extract their most important points while filtering out weak arguments, speculation and asides. (Also available for Firefox)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Summarize the Internet |
ID | hiilcnldmlehobiillipbcdkhkfbigfk |
Επίσημο URL | https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk |
Περιγραφή | Displays a summary of the text or article on the current page. |
Μέγεθος Αρχείου | 57.46 KB |
Αριθμός Εγκαταστάσεων | 3,711 |
Τρέχουσα Έκδοση | 1.9.0 |
Τελευταία Ενημέρωση | 2022-05-08 |
Ημερομηνία Δημοσίευσης | 2020-03-17 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | Don Patrick |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://artistdetective.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Summarize the Internet", "version": "1.9.0", "description": "Displays a summary of the text or article on the current page.", "author": "Patrick Dhondt", "developer": { "name": "Patrick Dhondt", "url": "https:\/\/artistdetective.wordpress.com" }, "permissions": [ "activeTab" ], "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "browser_style": true, "default_icon": "icons\/icon32.png", "default_title": "Summarize page", "default_popup": "summarise.htm" } } |