TextTeaser Browser Extension
TextTeaser Extension allows you to summarize web articles easily with just a single click.
O que é TextTeaser Browser Extension?
TextTeaser Browser Extension é uma extensão do Chrome desenvolvida por https://textteaser.com, e sua principal característica é "TextTeaser Extension allows you to summarize web articles easily with just a single click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TextTeaser Browser Extension
Baixe arquivos de extensão TextTeaser Browser Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | fbojgdgmgpmmjhipfcjnkgmafcomfngh |
URL Oficial | https://chromewebstore.google.com/detail/textteaser-browser-extens/fbojgdgmgpmmjhipfcjnkgmafcomfngh |
Descrição | TextTeaser Extension allows you to summarize web articles easily with just a single click. |
Tamanho do Arquivo | 180 KB |
Contagem de Instalações | 3,000 |
Versão Atual | 0.3 |
Última Atualização | 2015-05-24 |
Data de Publicação | 2015-05-24 |
Classificação | 4.00/5 Total de 8 Avaliações |
Desenvolvedor | https://textteaser.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |