Summate.it Article Summarizer

Summarizes web articles

Summate.it Article Summarizerとは何ですか?

Summate.it Article Summarizerはhttps://summate.itによって開発されたChromeの拡張機能で、その主な機能は「Summarizes web articles」です。

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

screenshot

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

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

拡張機能の使用方法

                        Get concise, easy-to-understand summaries of any web article. Summate.it uses OpenAI to identify and present the core insights, allowing you to quickly absorb essential information and decide if you'd like to read the full article.                    

拡張機能の基本情報

名前 Summate.it Article Summarizer Summate.it Article Summarizer
ID jfgldafgjblmcnahhhbghlnlhgophjhl
公式URL https://chromewebstore.google.com/detail/summateit-article-summari/jfgldafgjblmcnahhhbghlnlhgophjhl
説明 Summarizes web articles
ファイルサイズ 16.42 KB
インストール数 486
現在のバージョン 1.0
最終更新日 2023-06-26
公開日 2023-06-25
開発者 https://summate.it
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://summate.it/help.php
プライバシーポリシーページのURL https://help.fivefilters.org/push-to-kindle/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Summate.it Article Summarizer",
    "version": "1.0",
    "description": "Summarizes web articles",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_title": "Summarize this page",
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}