Grapevine: Web & YouTube Summary with ChatGPT

Display ChatGPT summaries of YouTube videos, Google search results, and all web content.

Grapevine: Web & YouTube Summary with ChatGPTとは何ですか?

Grapevine: Web & YouTube Summary with ChatGPTはhttps://withgrapevine.comによって開発されたChromeの拡張機能で、その主な機能は「Display ChatGPT summaries of YouTube videos, Google search results, and all web content.」です。

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

screenshot
screenshot
screenshot

Grapevine: Web & YouTube Summary with ChatGPT拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Introducing Grapevine, the perfect tool to view ChatGPT summaries of any website, summary of YouTube videos or highlights of Google search results without ever having to leave the page. 

Simply install it, and it will automatically start summarizing YouTube videos and Google search results. You can customize the extension's settings to show summaries only when you want them. 

Features
* Supports any website
* Access ChatGPT from extension popup
* Displays ChatGPT summaries of YouTube videos and Google search results
* Ask ChatGPT follow-up questions
* Supports official OpenAI API
* Dark and light mode
* Feedback to improve ChatGPT
* Automatic or custom trigger for ChatGPT                    

拡張機能の基本情報

名前 Grapevine: Web & YouTube Summary with ChatGPT Grapevine: Web & YouTube Summary with ChatGPT
ID ebdenogmnbeilddipibklpcjmioooddl
公式URL https://chromewebstore.google.com/detail/grapevine-web-youtube-sum/ebdenogmnbeilddipibklpcjmioooddl
説明 Display ChatGPT summaries of YouTube videos, Google search results, and all web content.
ファイルサイズ 2.65 MB
インストール数 754
現在のバージョン 1.0.1
最終更新日 2023-06-21
公開日 2023-04-23
評価 4.65/5 合計 17 レビュー
開発者 https://withgrapevine.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://withgrapevine.com/privacy
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn3esNgbfgAimyyTZMVR5GN3L2edozVZ4FANT2wBYwnYy2yJUne\/8UI3WoYoCSx6Noi5hgfFqEwjRIzL\/WfUqazpRsXhZiqYgT2+Ida0S97oFoeAuWYJ7NMg2Fv1F\/lgIjvmfZksCgphm1aXAuXqGXgmV5Ywq3rf6xvl6Z4cyVk+Y8RdrpQIlZrjEKXU4hfizJdNIZ5yjmRPA5GQF\/ml5Gh315GqO7aSa19qgaeUxuvekcTxkAz2BgrJeDRR13F9Z1fJZ6bijP2lna+ugNiE5JHRAvDaJPd16Cj7pAHmeOrnJmSbon9iKQCPFbqbFOoyFN\/81By5NgsXqnjAjo\/Y8xwIDAQAB",
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ]
}