ChatGPT Custom Instructions Manager

Manage custom instructions for ChatGPT

Τι είναι το ChatGPT Custom Instructions Manager;

Το ChatGPT Custom Instructions Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ryma_jp, και η κύρια λειτουργία του είναι "Manage custom instructions for ChatGPT".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT Custom Instructions Manager

Λήψη αρχείων επέκτασης ChatGPT Custom Instructions Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Manage custom instructions for ChatGPT
This is a Chrome extension for efficiently managing Custom Instructions in ChatGPT. It allows you to save multiple Custom Instructions and easily switch between them as needed.

How to use:.
This extension works on the ChatGPT website.
Please make sure to open the ChatGPT site to load your saved settings.

Main features:
・Save Custom Instructions: Save a set of custom instructions with a setting name & settings (user settings, response style) as a single set.
・Edit/Delete: Edit or delete saved instructions.
・Easy switching: Instructions saved can be selected in the select box and loaded into the ChatGPT settings screen.

Notes:
This extension may not work properly due to compatibility with another extension already installed.


This extension makes your ChatGPT experience even more convenient and efficient.


Change Log:
*1.1.9* bug fix.

*1.1.8* bug fix.

*1.1.7* bug fix.

*1.1.6* bug fix.

*1.1.5* bug fix.

*1.1.4* bug fix.

*1.1.3* bug fix.

*1.1.2*
Bug fixes due to locale changes.
Reduced interference with other extensions.

*1.1.1* bug fix.

*1.1.0* Design changes.

*1.0.1* Support for free version of ChatGPT.

*1.0.0* Initial release.

------------

ChatGPTのCustom Instructionsを効率よく管理するためのChrome拡張機能です。複数のカスタムインストラクションを保存しておき、必要に応じて簡単に切り替えが可能になります。

使い方:
この拡張機能は、ChatGPTのサイトで動作いたします。
保存している設定を読み込む際は、必ずChatGPTのサイトを開いて使用してください。

主な機能:
・カスタムインストラクションの保存:設定名、設定内容(ユーザー設定、応答スタイル)を一つのセットとして保存。
・編集/削除:保存したインストラクションの編集や削除。
・簡単切り替え:セレクトボックスで保存したインストラクションを選択して、ChatGPTの設定画面に読み込みが可能です。

注意点:
すでにインストールしている別の拡張機能との相性により正常に動作しない場合があります。


この拡張機能を使用することで、ChatGPT体験がさらに便利で効率的になります。

更新履歴:
*1.1.9* 不具合修正。

*1.1.8* 不具合修正。

*1.1.7* 不具合修正。

*1.1.6* 不具合修正。

*1.1.5* 不具合修正。

*1.1.4* 不具合修正。

*1.1.3* 不具合修正。

*1.1.2*
ロケール変更による不具合修正。
その他の拡張機能との干渉を減少。

*1.1.1* 不具合修正。

*1.1.0* デザイン変更。

*1.0.1* ChatGPT無料版に対応。

*1.0.0* リリース。                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ChatGPT Custom Instructions Manager ChatGPT Custom Instructions Manager
ID emefapmeekhcioeafiigemeaeooocdee
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-custom-instructio/emefapmeekhcioeafiigemeaeooocdee
Περιγραφή Manage custom instructions for ChatGPT
Μέγεθος Αρχείου 71.85 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 1.1.9
Τελευταία Ενημέρωση 2024-02-23
Ημερομηνία Δημοσίευσης 2023-08-29
Αξιολόγηση 4.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής ryma_jp
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.buymeacoffee.com/rymajp
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Custom Instructions Manager",
    "description": "Manage custom instructions for ChatGPT",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "version": "1.1.9",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "storage"
    ]
}