TextTeaser Browser Extension
TextTeaser Extension allows you to summarize web articles easily with just a single click.
TextTeaser Browser Extensionคืออะไร?
TextTeaser Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://textteaser.com และคุณลักษณะหลักของมันคือ "TextTeaser Extension allows you to summarize web articles easily with just a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TextTeaser Browser Extension
ดาวน์โหลดไฟล์ส่วนขยาย TextTeaser Browser Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fbojgdgmgpmmjhipfcjnkgmafcomfngh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/textteaser-browser-extens/fbojgdgmgpmmjhipfcjnkgmafcomfngh |
คำอธิบาย | TextTeaser Extension allows you to summarize web articles easily with just a single click. |
ขนาดไฟล์ | 180 KB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2015-05-24 |
วันที่เผยแพร่ | 2015-05-24 |
คะแนน | 4.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://textteaser.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } |