OpenAi Playground Regex

Allow formatting on Playground with regex

OpenAi Playground Regexとは何ですか?

OpenAi Playground Regexはlgsp.devによって開発されたChromeの拡張機能で、その主な機能は「Allow formatting on Playground with regex」です。

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

screenshot

OpenAi Playground Regex拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension allows users to use Regular expressions in the OpenAi playground website. You can add multiple expressions which all format the text at the same time. After applying the regex you can copy the output text and paste it into the playground.                    

拡張機能の基本情報

名前 OpenAi Playground Regex OpenAi Playground Regex
ID oimbbikjmbpamdloglajlpfpiknmogpf
公式URL https://chromewebstore.google.com/detail/openai-playground-regex/oimbbikjmbpamdloglajlpfpiknmogpf
説明 Allow formatting on Playground with regex
ファイルサイズ 15.23 KB
インストール数 228
現在のバージョン 1.0
最終更新日 2022-12-26
公開日 2022-12-06
評価 5.00/5 合計 3 レビュー
開発者 lgsp.dev
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenAi Playground Regex",
    "description": "Allow formatting on Playground with regex",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "contentScripts.js"
            ],
            "css": [
                "index.css"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/beta.openai.com\/playground*"
            ]
        }
    ]
}