Summarizer

Summarizes long articles for you.

Summarizer là gì?

Summarizer là một tiện ích mở rộng Chrome được phát triển bởi Nimeet Shah, và tính năng chính của nó là "Summarizes long articles for you.".

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

screenshot
screenshot

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

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

                        Get a summary of any article on the web. Remove all distractions from the page and keep only the important content.                    

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

Tên Summarizer Summarizer
ID ndjdpehmbpiedjamiaeobmgnmjmgmklf
URL Chính Thức https://chromewebstore.google.com/detail/summarizer/ndjdpehmbpiedjamiaeobmgnmjmgmklf
Mô tả Summarizes long articles for you.
Kích Thước Tệp 62.66 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2018-04-24
Ngày Phát Hành 2018-04-24
Nhà Phát Triển Nimeet Shah
Loại Thanh Toán free
Trang Web Mở Rộng https://www.buymeacoffee.com/nimeet
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarizer",
    "description": "Summarizes long articles for you.",
    "version": "1.3",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Summarize this article!",
        "default_icon": {
            "19": "images\/book19.png",
            "38": "images\/book38.png"
        }
    },
    "icons": {
        "16": "images\/book16.png",
        "48": "images\/book48.png",
        "128": "images\/book128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/api.smmry.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}