TextTeaser Browser Extension
TextTeaser Extension allows you to summarize web articles easily with just a single click.
Apa itu TextTeaser Browser Extension?
TextTeaser Browser Extension adalah ekstensi Chrome yang dikembangkan oleh https://textteaser.com, dan fitur utamanya adalah "TextTeaser Extension allows you to summarize web articles easily with just a single click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TextTeaser Browser Extension
Unduh file ekstensi TextTeaser Browser Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | fbojgdgmgpmmjhipfcjnkgmafcomfngh |
URL Resmi | https://chromewebstore.google.com/detail/textteaser-browser-extens/fbojgdgmgpmmjhipfcjnkgmafcomfngh |
Deskripsi | TextTeaser Extension allows you to summarize web articles easily with just a single click. |
Ukuran File | 180 KB |
Jumlah Instalasi | 3,000 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2015-05-24 |
Tanggal Publikasi | 2015-05-24 |
Penilaian | 4.00/5 Total 8 Penilaian |
Pengembang | https://textteaser.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |