ChatGPTx

Shortcut to ChatGPT to help you with your daily tasks

ChatGPTxとは何ですか?

ChatGPTxはph.beckingによって開発されたChromeの拡張機能で、その主な機能は「Shortcut to ChatGPT to help you with your daily tasks」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Select something in your Chrome browser and use right-click to see the explanation of the selected phrase. Enjoy! 

Cheers, Jap and Piet

Note: This is still the Beta version. Any feedback would be highly appreciated and can be submitted via the following link: https://sites.google.com/view/chatgptx/                    

拡張機能の基本情報

名前 ChatGPTx ChatGPTx
ID bcekompknmefbgdhaionajkpcehbhkbk
公式URL https://chromewebstore.google.com/detail/chatgptx/bcekompknmefbgdhaionajkpcehbhkbk
説明 Shortcut to ChatGPT to help you with your daily tasks
ファイルサイズ 17.68 KB
インストール数 372
現在のバージョン 0.1.1
最終更新日 2023-01-29
公開日 2023-01-19
評価 5.00/5 合計 1 レビュー
開発者 ph.becking
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPTx",
    "version": "0.1.1",
    "icons": {
        "16": "assets\/ext-icon.png",
        "32": "assets\/ext-icon.png",
        "48": "assets\/ext-icon.png",
        "128": "assets\/ext-icon.png"
    },
    "description": "Shortcut to ChatGPT to help you with your daily tasks",
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/bookmark.png",
                "assets\/play.png",
                "assets\/delete.png",
                "assets\/save.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/ext-icon.png",
            "24": "assets\/ext-icon.png",
            "32": "assets\/ext-icon.png"
        },
        "default_title": "ChatGPTx Extension",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}