Summarize

Display a summary for the article on the current page

Summarize là gì?

Summarize là một tiện ích mở rộng Chrome được phát triển bởi Petrix, và tính năng chính của nó là "Display a summary for the article on the current page".

Ả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 Summarize

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

                        A Google Chrome extention that displays a summary of the article on the current page.                    

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

Tên Summarize Summarize
ID ebkbmbnajpoepngfdagdmmecknedfckh
URL Chính Thức https://chrome.google.com/webstore/detail/summarize/ebkbmbnajpoepngfdagdmmecknedfckh
Mô tả Display a summary for the article on the current page
Kích Thước Tệp 17.83 KB
Số Lần Cài Đặt 203
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-06-27
Ngày Phát Hành 2016-06-27
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Petrix
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/petre2dor/summarizeChromeExtension
URL Trang Trợ Giúp https://github.com/petre2dor/summarizeChromeExtension/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize",
    "description": "Display a summary for the article on the current page",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "http:\/\/46.101.138.193\/"
    ]
}