Summarizer

Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online.

Summarizer là gì?

Summarizer là một tiện ích mở rộng Chrome được phát triển bởi https://freshte.ch, và tính năng chính của nó là "Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online.".

Ả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 will save you the time-consuming pain of reading long articles and comments.  On any website, you can select a long, boring article, right-click and summarise it in a few sentences!

This even works for those long PDF publications from prestigious universities you don't want to read.

Additionally, for you Redditers out there - good news! Long comments are automatically summarised, with any "tl;dr" placed at the *top* of the comment, along with the automatically-generated summary.

New Features:
- Automatic Imperial-to-metric converter for lengths and weights - across all sites!
- Improved summarizer will detect sentences better.


More sites and features to come! Tell me what you want in the feedback section.

Feedback is important to me and hope this extension saves you time too. Let me know of any bugs (currently in Beta) or features to add.                    

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

Tên Summarizer Summarizer
ID nehmaijilccnklmhkjlmmcnbjobdodhp
URL Chính Thức https://chromewebstore.google.com/detail/summarizer/nehmaijilccnklmhkjlmmcnbjobdodhp
Mô tả Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online.
Kích Thước Tệp 53.56 KB
Số Lần Cài Đặt 5,231
Phiên Bản Hiện Tại 0.65
Cập Nhật Lần Cuối 2013-07-27
Ngày Phát Hành 2013-07-26
Đánh Giá 3.42/5 Tổng số 36 Đánh Giá
Nhà Phát Triển https://freshte.ch
Loại Thanh Toán free
Trang Web Mở Rộng http://freshte.ch
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarizer",
    "description": "Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online.",
    "version": "0.65",
    "icons": {
        "16": "images\/temple\/micro.png",
        "128": "images\/temple\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "summariser.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "summary.css"
            ],
            "js": [
                "jquery.js",
                "summariser.js",
                "summary.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ]
}