TextTeaser Browser Extension
TextTeaser Extension allows you to summarize web articles easily with just a single click.
Qu'est-ce que TextTeaser Browser Extension ?
TextTeaser Browser Extension est une extension Chrome développée par https://textteaser.com, et sa fonction principale est "TextTeaser Extension allows you to summarize web articles easily with just a single click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TextTeaser Browser Extension
Téléchargez les fichiers d'extension TextTeaser Browser Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | fbojgdgmgpmmjhipfcjnkgmafcomfngh |
URL Officiel | https://chromewebstore.google.com/detail/textteaser-browser-extens/fbojgdgmgpmmjhipfcjnkgmafcomfngh |
Description | TextTeaser Extension allows you to summarize web articles easily with just a single click. |
Taille du Fichier | 180 KB |
Nombre d'Installations | 3,000 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2015-05-24 |
Date de Publication | 2015-05-24 |
Évaluation | 4.00/5 Total 8 Évaluations |
Développeur | https://textteaser.com |
Type de Paiement | free |
Langues Prises en Charge | 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" } |