TextTeaser Browser Extension
TextTeaser Extension allows you to summarize web articles easily with just a single click.
¿Qué es TextTeaser Browser Extension?
TextTeaser Browser Extension es una extensión de Chrome desarrollada por https://textteaser.com, y su función principal es "TextTeaser Extension allows you to summarize web articles easily with just a single click.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TextTeaser Browser Extension
Descarga archivos de extensión TextTeaser Browser Extension 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
TextTeaser Extension allows you to summarize web articles easily. This extension is not a replacement for the article. Although, TextTeaser can save your time by checking the summary first to determine if it's interesting before reading the entire article. Features: - One click summary - View summary as a list or in paragraph form - Adjustable summary length - Unobtrusive reading experience - And it's free!
Información Básica de la Extensión
Nombre | |
ID | fbojgdgmgpmmjhipfcjnkgmafcomfngh |
URL Oficial | https://chromewebstore.google.com/detail/textteaser-browser-extens/fbojgdgmgpmmjhipfcjnkgmafcomfngh |
Descripción | TextTeaser Extension allows you to summarize web articles easily with just a single click. |
Tamaño del Archivo | 180 KB |
Cantidad de Instalaciones | 3,000 |
Versión Actual | 0.3 |
Última Actualización | 2015-05-24 |
Fecha de Publicación | 2015-05-24 |
Calificación | 4.00/5 Total de 8 Calificaciones |
Desarrollador | https://textteaser.com |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TextTeaser Browser Extension", "version": "0.3", "description": "TextTeaser Extension allows you to summarize web articles easily with just a single click.", "icons": { "16": "assets\/icons\/logo16.png", "32": "assets\/icons\/logo32.png", "48": "assets\/icons\/logo48.png", "128": "assets\/icons\/logo128.png" }, "browser_action": { "default_icon": "assets\/icons\/logo16.png", "default_popup": "popup.html" }, "author": "DataTeaser", "permissions": [ "http:\/\/textteaser.com\/", "http:\/\/127.0.0.1:5000\/", "http:\/\/www.textteaser.com\/", "tabs" ], "homepage_url": "http:\/\/www.textteaser.com\/", "short_name": "TextTeaser" } |