Summarizer

Summarize text online on any website with Summarizer extension...

Summarizer là gì?

Summarizer là một tiện ích mở rộng Chrome được phát triển bởi enzipe.extensions, và tính năng chính của nó là "Summarize text online on any website with Summarizer extension...".

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

screenshot
screenshot
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

                        Summarizer is a free chrome extension of a summarizing tool that helps you produce more vivid content by reducing its length. Content juice is the key that grabs your reader’s attention, but content speaks outwardly if it remains under the garb of frivolous text lines.  This extension is beneficial for students and professionals alike. 
Here are a few reasons to use this tool.
1.	AI-based summarizer:
Our tool is based on artificial intelligence, as it knows very well which parts of the text are important and which are not. Hence, it gives a comprehensive summary of the content that appears to be a work of a human.
2.	No subscription :
Internet is replete with AI summarizers that demand monthly or yearly subscriptions to use. The charges are sometimes overwhelming for a student who can’t pay. We have designed this free-to-use tool for you.
4.	Instant result:
Manual summary making is a time taking task because you have to comprehend all the text. On the opposite, you can make a summary of your text in seconds by using this tool.                    

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

Tên Summarizer Summarizer
ID pijiaokemlmllbangijeojhfjnomdgmh
URL Chính Thức https://chromewebstore.google.com/detail/summarizer/pijiaokemlmllbangijeojhfjnomdgmh
Mô tả Summarize text online on any website with Summarizer extension...
Kích Thước Tệp 61.01 KB
Số Lần Cài Đặt 535
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-08-28
Ngày Phát Hành 2021-08-28
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển enzipe.extensions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.paraphraser.io/text-summarizer
URL Trang Chính Sách Bảo Mật https://www.paraphraser.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/19.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Summarize text online on any website with Summarizer extension...",
    "homepage_url": "https:\/\/www.paraphraser.io",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Summarizer",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/www.paraphraser.io",
        "https:\/\/www.paraphraser.io",
        "contextMenus"
    ],
    "version": "0.0.1"
}