Summarize article

Plugin reads and summarizes the full article with a little help of OpenAi

Summarize articleとは何ですか?

Summarize articleはShape Labsによって開発されたChromeの拡張機能で、その主な機能は「Plugin reads and summarizes the full article with a little help of OpenAi」です。

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

screenshot

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

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

拡張機能の使用方法

                        Article Summarizer enables you to summarise any web article with a click. Article Summarizer uses AI to analyze the article and return a "tdlr" version of it.

Summarize any article into concise, easy-to-digest content to free yourself from information overload. Time is precious and not all articles are valuable. Save time and read more articles by summarising them. 

This is a free plugin - Every user gets 15 free tokens! Additional tokens can be purchased inside the plugin. Tokens are used for covering the cost of AI.                    

拡張機能の基本情報

名前 Summarize article Summarize article
ID neaojoggfnkoimnhaedohmmignohhebh
公式URL https://chromewebstore.google.com/detail/summarize-article/neaojoggfnkoimnhaedohmmignohhebh
説明 Plugin reads and summarizes the full article with a little help of OpenAi
ファイルサイズ 463 KB
インストール数 292
現在のバージョン 1.2.0
最終更新日 2023-03-22
公開日 2023-02-23
評価 3.90/5 合計 10 レビュー
開発者 Shape Labs
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.articlesummarizer.co/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Summarize article",
    "description": "Plugin reads and summarizes the full article with a little help of OpenAi",
    "version": "1.2.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Summarize article"
    },
    "icons": {
        "16": "read-article.png",
        "48": "read-article.png",
        "128": "read-article.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ]
}