ExplainToMe

Automatic Web Summarizer

ExplainToMeとは何ですか?

ExplainToMeはjjangsangyによって開発されたChromeの拡張機能で、その主な機能は「Automatic Web Summarizer」です。

拡張機能のスクリーンショット

screenshot

ExplainToMe拡張機能のCRXファイルをダウンロード

ExplainToMe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ExplainToMe ExplainToMe
ID ijnhmbgbcbnfnbbphjmfpeandhhanmlh
公式URL https://chrome.google.com/webstore/detail/explaintome/ijnhmbgbcbnfnbbphjmfpeandhhanmlh
説明 Automatic Web Summarizer
ファイルサイズ 24.13 KB
インストール数 504
現在のバージョン 0.1
最終更新日 2017-03-27
公開日 2017-03-27
評価 1.00/5 合計 1 レビュー
開発者 jjangsangy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://explaintome.herokuapp.com
対応言語 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"
    }
}