ExplainToMe

Automatic Web Summarizer

ExplainToMe là gì?

ExplainToMe là một tiện ích mở rộng Chrome được phát triển bởi jjangsangy, và tính năng chính của nó là "Automatic Web Summarizer".

Ả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 ExplainToMe

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

                        ExplainToMe is a automatic text summarizer, that utilizes TextRank, a graph based algorithm to scans through the contents of a website to extract a concise machine generated summary. The methodology is similar to the way search engines return the most relevant web pages from a users search query.                    

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

Tên ExplainToMe ExplainToMe
ID ijnhmbgbcbnfnbbphjmfpeandhhanmlh
URL Chính Thức https://chrome.google.com/webstore/detail/explaintome/ijnhmbgbcbnfnbbphjmfpeandhhanmlh
Mô tả Automatic Web Summarizer
Kích Thước Tệp 24.13 KB
Số Lần Cài Đặt 504
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-03-27
Ngày Phát Hành 2017-03-27
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển jjangsangy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://explaintome.herokuapp.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ExplainToMe",
    "author": "Sang Han",
    "version": "0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "152": "icons\/icon128.png"
    },
    "description": "Automatic Web Summarizer",
    "homepage_url": "https:\/\/explaintome.herokuapp.com",
    "permissions": [
        "activeTab",
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Summarize this page"
    }
}