OpenAi Playground Regex
Allow formatting on Playground with regex
ما هو OpenAi Playground Regex؟
OpenAi Playground Regex هو إضافة Chrome تم تطويرها بواسطة lgsp.dev، والميزة الرئيسية لها هي "Allow formatting on Playground with regex".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OpenAi Playground Regex
قم بتنزيل ملفات الامتداد OpenAi Playground Regex بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
البريد الإلكتروني | [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*" ] } ] } |