Summarize the Internet
Displays a summary of the text or article on the current page.
Cos'è Summarize the Internet?
Summarize the Internet è un'estensione di Chrome sviluppata da Don Patrick, e la sua funzione principale è "Displays a summary of the text or article on the current page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Summarize the Internet
Scarica i file di estensione Summarize the Internet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | Summarize the Internet |
ID | hiilcnldmlehobiillipbcdkhkfbigfk |
URL Ufficiale | https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk |
Descrizione | Displays a summary of the text or article on the current page. |
Dimensione del File | 57.46 KB |
Conteggio Installazioni | 3,711 |
Versione Corrente | 1.9.0 |
Ultimo Aggiornamento | 2022-05-08 |
Data di Pubblicazione | 2020-03-17 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Don Patrick |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://artistdetective.com |
Lingue Supportate | 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" } } |