Summarize the Internet

Displays a summary of the text or article on the current page.

Summarize the Internet là gì?

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

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

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

                        Clicking the taskbar button will summarize the current page in a popup.

Text is typically reduced to 50-20%, depending on how much valuable information it contains.

This summarizer stands out from others by focusing on the writer's choice of words to extract their most important points while filtering out weak arguments, speculation and asides.

(Also available for Firefox)                    

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

Tên Summarize the Internet Summarize the Internet
ID hiilcnldmlehobiillipbcdkhkfbigfk
URL Chính Thức https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk
Mô tả Displays a summary of the text or article on the current page.
Kích Thước Tệp 57.46 KB
Số Lần Cài Đặt 3,711
Phiên Bản Hiện Tại 1.9.0
Cập Nhật Lần Cuối 2022-05-08
Ngày Phát Hành 2020-03-17
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Don Patrick
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://artistdetective.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize the Internet",
    "version": "1.9.0",
    "description": "Displays a summary of the text or article on the current page.",
    "author": "Patrick Dhondt",
    "developer": {
        "name": "Patrick Dhondt",
        "url": "https:\/\/artistdetective.wordpress.com"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/icon32.png",
        "default_title": "Summarize page",
        "default_popup": "summarise.htm"
    }
}