TextTeaser Browser Extension
TextTeaser Extension allows you to summarize web articles easily with just a single click.
Cos'è TextTeaser Browser Extension?
TextTeaser Browser Extension è un'estensione di Chrome sviluppata da https://textteaser.com, e la sua funzione principale è "TextTeaser Extension allows you to summarize web articles easily with just a single click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TextTeaser Browser Extension
Scarica i file di estensione TextTeaser Browser Extension 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
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!
Informazioni di Base sull'Estensione
Nome | |
ID | fbojgdgmgpmmjhipfcjnkgmafcomfngh |
URL Ufficiale | https://chromewebstore.google.com/detail/textteaser-browser-extens/fbojgdgmgpmmjhipfcjnkgmafcomfngh |
Descrizione | TextTeaser Extension allows you to summarize web articles easily with just a single click. |
Dimensione del File | 180 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2015-05-24 |
Data di Pubblicazione | 2015-05-24 |
Valutazione | 4.00/5 Totale 8 Valutazioni |
Sviluppatore | https://textteaser.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |