TextTeaser Browser Extension
TextTeaser Extension allows you to summarize web articles easily with just a single click.
Vad är TextTeaser Browser Extension?
TextTeaser Browser Extension är en Chrome-tillägg utvecklad av https://textteaser.com, och dess huvudfunktion är "TextTeaser Extension allows you to summarize web articles easily with just a single click.".
Tilläggsskärmbilder
Ladda ner TextTeaser Browser Extension-förlängningens CRX-fil
Ladda ner TextTeaser Browser Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | fbojgdgmgpmmjhipfcjnkgmafcomfngh |
Officiell webbadress | https://chromewebstore.google.com/detail/textteaser-browser-extens/fbojgdgmgpmmjhipfcjnkgmafcomfngh |
Beskrivning | TextTeaser Extension allows you to summarize web articles easily with just a single click. |
Filstorlek | 180 KB |
Antal Installationer | 3,000 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2015-05-24 |
Publiceringsdatum | 2015-05-24 |
Betyg | 4.00/5 Totalt 8 Betyg |
Utvecklare | https://textteaser.com |
Betalningssätt | free |
Stödda Språk | 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" } |