Summarize

Display a summary for the article on the current page

Summarizeとは何ですか?

SummarizeはPetrixによって開発されたChromeの拡張機能で、その主な機能は「Display a summary for the article on the current page」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A Google Chrome extention that displays a summary of the article on the current page.                    

拡張機能の基本情報

名前 Summarize Summarize
ID ebkbmbnajpoepngfdagdmmecknedfckh
公式URL https://chrome.google.com/webstore/detail/summarize/ebkbmbnajpoepngfdagdmmecknedfckh
説明 Display a summary for the article on the current page
ファイルサイズ 17.83 KB
インストール数 203
現在のバージョン 1.0
最終更新日 2016-06-27
公開日 2016-06-27
評価 1.00/5 合計 1 レビュー
開発者 Petrix
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/petre2dor/summarizeChromeExtension
ヘルプページのURL https://github.com/petre2dor/summarizeChromeExtension/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize",
    "description": "Display a summary for the article on the current page",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "http:\/\/46.101.138.193\/"
    ]
}