SummarizeIt

Summarize any webpage with GPT-3 API.

SummarizeItとは何ですか?

SummarizeItは0xastenによって開発されたChromeの拡張機能で、その主な機能は「Summarize any webpage with GPT-3 API.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Summarize is a powerful and easy-to-use Chrome extension that lets you quickly obtain a summary of content. Powered by advanced natural language processing technology, Summarize uses GPT-3 API to generate accurate and concise summaries of the most important information, so you can get the gist of it in seconds.                    

拡張機能の基本情報

名前 SummarizeIt SummarizeIt
ID dpnomnajbhmkdinnklciapkgcacihmnl
公式URL https://chromewebstore.google.com/detail/summarizeit/dpnomnajbhmkdinnklciapkgcacihmnl
説明 Summarize any webpage with GPT-3 API.
ファイルサイズ 2.71 MB
インストール数 95
現在のバージョン 2.0
最終更新日 2023-06-15
公開日 2023-02-27
開発者 0xasten
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/0xasten-privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SummarizeIt",
    "version": "2.0",
    "description": "Summarize any webpage with GPT-3 API.",
    "icons": {
        "16": ".\/img\/icons\/icon16.png",
        "32": ".\/img\/icons\/icon32.png",
        "48": ".\/img\/icons\/icon48.png",
        "128": ".\/img\/icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "content_selection.js"
            ]
        }
    ],
    "action": {
        "default_icon": ".\/img\/icons\/icon32.png",
        "default_title": "Summarize Extension",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}