TextSummary

This extension will give you a short and sweet summary of your specified text.

TextSummary là gì?

TextSummary là một tiện ích mở rộng Chrome được phát triển bởi michiel.fielibert, và tính năng chính của nó là "This extension will give you a short and sweet summary of your specified text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TextSummary

Tải xuống các tệp mở rộng TextSummary 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

                        This extension allows you to summarize any text you selected on any webpage. After selecting the text you would like to read a summary of, click the "Summarize selected text"-button in order to execute the program. The resulting summary will be shown in the extension-panel as soon as it has been processed.
Alternatively, you can also paste (or write) your own text that you wish to have summarized and click the "Summarize entered text"-button.
The algorithm is optimized to be used on English language text.

Note: in order to use the summarize tool correctly, make sure that you have selected text on the webpage you're visiting or you have entered text in the text area. The text should ideally contain multiple sentences. Attempting to summarize without these prerequisites will not produce any results.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TextSummary TextSummary
ID gpenmlghfagcojbjjabkhblackjapnbk
URL Chính Thức https://chromewebstore.google.com/detail/textsummary/gpenmlghfagcojbjjabkhblackjapnbk
Mô tả This extension will give you a short and sweet summary of your specified text.
Kích Thước Tệp 838 KB
Số Lần Cài Đặt 4,320
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2018-03-04
Ngày Phát Hành 2018-03-04
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển michiel.fielibert
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": "TextSummary",
    "description": "This extension will give you a short and sweet summary of your specified text.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}