Summate.it Article Summarizer

Summarizes web articles

Summate.it Article Summarizer là gì?

Summate.it Article Summarizer là một tiện ích mở rộng Chrome được phát triển bởi https://summate.it, và tính năng chính của nó là "Summarizes web articles".

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

screenshot

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

Tải xuống các tệp mở rộng Summate.it Article 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 concise, easy-to-understand summaries of any web article. Summate.it uses OpenAI to identify and present the core insights, allowing you to quickly absorb essential information and decide if you'd like to read the full article.                    

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

Tên Summate.it Article Summarizer Summate.it Article Summarizer
ID jfgldafgjblmcnahhhbghlnlhgophjhl
URL Chính Thức https://chromewebstore.google.com/detail/summateit-article-summari/jfgldafgjblmcnahhhbghlnlhgophjhl
Mô tả Summarizes web articles
Kích Thước Tệp 16.42 KB
Số Lần Cài Đặt 486
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-06-26
Ngày Phát Hành 2023-06-25
Nhà Phát Triển https://summate.it
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://summate.it/help.php
URL Trang Chính Sách Bảo Mật https://help.fivefilters.org/push-to-kindle/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Summate.it Article Summarizer",
    "version": "1.0",
    "description": "Summarizes web articles",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_title": "Summarize this page",
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}