OpenAi Playground Regex
Allow formatting on Playground with regex
Apa itu OpenAi Playground Regex?
OpenAi Playground Regex adalah ekstensi Chrome yang dikembangkan oleh lgsp.dev, dan fitur utamanya adalah "Allow formatting on Playground with regex".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OpenAi Playground Regex
Unduh file ekstensi OpenAi Playground Regex dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | OpenAi Playground Regex |
ID | oimbbikjmbpamdloglajlpfpiknmogpf |
URL Resmi | https://chromewebstore.google.com/detail/openai-playground-regex/oimbbikjmbpamdloglajlpfpiknmogpf |
Deskripsi | Allow formatting on Playground with regex |
Ukuran File | 15.23 KB |
Jumlah Instalasi | 228 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-12-26 |
Tanggal Publikasi | 2022-12-06 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | lgsp.dev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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*" ] } ] } |