テンプレートGPT

ChatGPTのページで使用できるテンプレートを保存するプラグインです。

Wat is テンプレートGPT?

テンプレートGPT is een Chrome-extensie ontwikkeld door suupaagorira, en de belangrijkste functie is "ChatGPTのページで使用できるテンプレートを保存するプラグインです。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie テンプレートGPT

Download テンプレートGPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        この拡張機能をインストールすることで普段新しいチャットを開くたびに設定していた初期設定や、時々同じことを質問するときに画面をクリックするだけでテンプレートを張り付けることができます。                    

Basisinformatie over de Extensie

Naam テンプレートGPT テンプレートGPT
ID agipofhjhanikapajcbpfbcfibcmbffo
Officiële URL https://chromewebstore.google.com/detail/%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88gpt/agipofhjhanikapajcbpfbcfibcmbffo
Beschrijving ChatGPTのページで使用できるテンプレートを保存するプラグインです。
Bestandsgrootte 14.21 KB
Aantal Installaties 69
Huidige Versie 1.1
Laatst Bijgewerkt 2023-04-19
Publicatiedatum 2023-03-11
Ontwikkelaar suupaagorira
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8GPT",
    "version": "1.1",
    "manifest_version": 3,
    "description": "ChatGPT\u306e\u30da\u30fc\u30b8\u3067\u4f7f\u7528\u3067\u304d\u308b\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u4fdd\u5b58\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3067\u3059\u3002",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/tempGPT16.png",
        "32": "icons\/tempGPT32.png",
        "64": "icons\/tempGPT64.png",
        "128": "icons\/tempGPT128.png"
    },
    "default_locale": "ja"
}