ExplainToMe

Automatic Web Summarizer

What is ExplainToMe?

ExplainToMe is a Chrome extension developed by jjangsangy, and its main feature is "Automatic Web Summarizer".

Extension Screenshots

screenshot

Download ExplainToMe Extension CRX File

Download ExplainToMe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ExplainToMe ExplainToMe
ID ijnhmbgbcbnfnbbphjmfpeandhhanmlh
Official URL https://chrome.google.com/webstore/detail/explaintome/ijnhmbgbcbnfnbbphjmfpeandhhanmlh
Description Automatic Web Summarizer
File Size 24.13 KB
Installation Count 504
Current Version 0.1
Last Updated 2017-03-27
Publish Date 2017-03-27
Rating 1.00/5 Total 1 Ratings
Developer jjangsangy
Email [email protected]
Payment Type free
Extension Website https://explaintome.herokuapp.com
Supported Languages 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"
    }
}