TextTeaser Browser Extension
TextTeaser Extension allows you to summarize web articles easily with just a single click.
TextTeaser Browser Extension là gì?
TextTeaser Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi https://textteaser.com, và tính năng chính của nó là "TextTeaser Extension allows you to summarize web articles easily with just a single click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TextTeaser Browser Extension
Tải xuống các tệp mở rộng TextTeaser Browser Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fbojgdgmgpmmjhipfcjnkgmafcomfngh |
URL Chính Thức | https://chromewebstore.google.com/detail/textteaser-browser-extens/fbojgdgmgpmmjhipfcjnkgmafcomfngh |
Mô tả | TextTeaser Extension allows you to summarize web articles easily with just a single click. |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2015-05-24 |
Ngày Phát Hành | 2015-05-24 |
Đánh Giá | 4.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://textteaser.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |