GPT toolset

ChatGPT tools, easy and free

GPT toolsetとは何ですか?

GPT toolsetはpostorによって開発されたChromeの拡張機能で、その主な機能は「ChatGPT tools, easy and free」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        ChatGPT tools, easy and free!

You can translate text, generate story,  with simple selecting texts on web page, and this tool can bring you to ChatGPT chat page and construct question and ask ChatGPT. You just need to wait for some seconds.

And you can do much more than that, with custom prompts!                    

拡張機能の基本情報

名前 GPT toolset GPT toolset
ID acdaamnibadnpcjfleddcohakmhpacjg
公式URL https://chromewebstore.google.com/detail/gpt-toolset/acdaamnibadnpcjfleddcohakmhpacjg
説明 ChatGPT tools, easy and free
ファイルサイズ 458 KB
インストール数 26
現在のバージョン 1.2.1
最終更新日 2023-03-21
公開日 2023-03-15
開発者 postor
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/postor/chrome-extension-gpt-toolset
ヘルプページのURL https://github.com/postor/chrome-extension-gpt-toolset/issues/new
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT toolset",
    "description": "ChatGPT tools, easy and free",
    "version": "1.2.1",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "input_components": [
        {
            "name": "Test IME",
            "type": "ime",
            "id": "test",
            "description": "Test IME",
            "language": "en-US",
            "layouts": [
                "us::eng"
            ]
        }
    ]
}