TextTeaser Browser Extension
TextTeaser Extension allows you to summarize web articles easily with just a single click.
Co to jest TextTeaser Browser Extension?
TextTeaser Browser Extension to rozszerzenie Chrome opracowane przez https://textteaser.com, a jego główną funkcją jest „TextTeaser Extension allows you to summarize web articles easily with just a single click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TextTeaser Browser Extension
Pobierz pliki rozszerzeń TextTeaser Browser Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fbojgdgmgpmmjhipfcjnkgmafcomfngh |
Oficjalny URL | https://chromewebstore.google.com/detail/textteaser-browser-extens/fbojgdgmgpmmjhipfcjnkgmafcomfngh |
Opis | TextTeaser Extension allows you to summarize web articles easily with just a single click. |
Rozmiar pliku | 180 KB |
Liczba instalacji | 3,000 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2015-05-24 |
Data Publikacji | 2015-05-24 |
Ocena | 4.00/5 Łącznie 8 Oceny |
Deweloper | https://textteaser.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } |