Web Summarizer

Access summary content of Web pages.

Web Summarizer là gì?

Web Summarizer là một tiện ích mở rộng Chrome được phát triển bởi e7alves, và tính năng chính của nó là "Access summary content of Web pages.".

Ả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 Web Summarizer

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

                        Web Summarizer is an extension that provides a summary version of the content of web pages.
Access only the important content of web pages without advertisements.
Clicking on the extension icon opens a popup with the most relevant paragraphs of the page accessed.
Set the size of the summary using the slider at the top of the popup.
The tool works with better precision for the following languages:
• English
• French
• German
• Italian
• Portuguese
• Spanish	
However, as statistical data is used to determine the most relevant content, it can be used for any language.                    

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

Tên Web Summarizer Web Summarizer
ID bjkoieegiicnkncndemgfnnflgdbheaj
URL Chính Thức https://chromewebstore.google.com/detail/web-summarizer/bjkoieegiicnkncndemgfnnflgdbheaj
Mô tả Access summary content of Web pages.
Kích Thước Tệp 92.4 KB
Số Lần Cài Đặt 121
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2020-08-26
Ngày Phát Hành 2020-08-24
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển e7alves
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Summarizer",
    "version": "0.0.2",
    "description": "Access summary content of Web pages.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Web Summarizer",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}