テンプレートGPT

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

Cos'è テンプレートGPT?

テンプレートGPT è un'estensione di Chrome sviluppata da suupaagorira, e la sua funzione principale è "ChatGPTのページで使用できるテンプレートを保存するプラグインです。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione テンプレートGPT

Scarica i file di estensione テンプレートGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome テンプレートGPT テンプレートGPT
ID agipofhjhanikapajcbpfbcfibcmbffo
URL Ufficiale https://chromewebstore.google.com/detail/%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88gpt/agipofhjhanikapajcbpfbcfibcmbffo
Descrizione ChatGPTのページで使用できるテンプレートを保存するプラグインです。
Dimensione del File 14.21 KB
Conteggio Installazioni 69
Versione Corrente 1.1
Ultimo Aggiornamento 2023-04-19
Data di Pubblicazione 2023-03-11
Sviluppatore suupaagorira
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}