テンプレートGPT
ChatGPTのページで使用できるテンプレートを保存するプラグインです。
What is テンプレートGPT?
テンプレートGPT is a Chrome extension developed by suupaagorira, and its main feature is "ChatGPTのページで使用できるテンプレートを保存するプラグインです。".
Extension Screenshots
Download テンプレートGPT Extension CRX File
Download テンプレートGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
この拡張機能をインストールすることで普段新しいチャットを開くたびに設定していた初期設定や、時々同じことを質問するときに画面をクリックするだけでテンプレートを張り付けることができます。
Extension Basic Information
Name | |
ID | agipofhjhanikapajcbpfbcfibcmbffo |
Official 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 |
Description | ChatGPTのページで使用できるテンプレートを保存するプラグインです。 |
File Size | 14.21 KB |
Installation Count | 69 |
Current Version | 1.1 |
Last Updated | 2023-04-19 |
Publish Date | 2023-03-11 |
Developer | suupaagorira |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |