Summarize the Internet
Displays a summary of the text or article on the current page.
¿Qué es Summarize the Internet?
Summarize the Internet es una extensión de Chrome desarrollada por Don Patrick, y su función principal es "Displays a summary of the text or article on the current page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Summarize the Internet
Descarga archivos de extensión Summarize the Internet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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)
Información Básica de la Extensión
Nombre | Summarize the Internet |
ID | hiilcnldmlehobiillipbcdkhkfbigfk |
URL Oficial | https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk |
Descripción | Displays a summary of the text or article on the current page. |
Tamaño del Archivo | 57.46 KB |
Cantidad de Instalaciones | 3,711 |
Versión Actual | 1.9.0 |
Última Actualización | 2022-05-08 |
Fecha de Publicación | 2020-03-17 |
Calificación | 5.00/5 Total de 7 Calificaciones |
Desarrollador | Don Patrick |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://artistdetective.com |
Idiomas Soportados | 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" } } |