Summarizer

Summarizes long articles for you.

Summarizerとは何ですか?

SummarizerはNimeet Shahによって開発されたChromeの拡張機能で、その主な機能は「Summarizes long articles for you.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Get a summary of any article on the web. Remove all distractions from the page and keep only the important content.                    

拡張機能の基本情報

名前 Summarizer Summarizer
ID ndjdpehmbpiedjamiaeobmgnmjmgmklf
公式URL https://chromewebstore.google.com/detail/summarizer/ndjdpehmbpiedjamiaeobmgnmjmgmklf
説明 Summarizes long articles for you.
ファイルサイズ 62.66 KB
インストール数 26
現在のバージョン 1.3
最終更新日 2018-04-24
公開日 2018-04-24
開発者 Nimeet Shah
支払い方法 free
拡張機能のウェブサイト https://www.buymeacoffee.com/nimeet
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarizer",
    "description": "Summarizes long articles for you.",
    "version": "1.3",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Summarize this article!",
        "default_icon": {
            "19": "images\/book19.png",
            "38": "images\/book38.png"
        }
    },
    "icons": {
        "16": "images\/book16.png",
        "48": "images\/book48.png",
        "128": "images\/book128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/api.smmry.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}