OpenAi Playground Regex
Allow formatting on Playground with regex
What is OpenAi Playground Regex?
OpenAi Playground Regex is a Chrome extension developed by lgsp.dev, and its main feature is "Allow formatting on Playground with regex".
Extension Screenshots
Download OpenAi Playground Regex Extension CRX File
Download OpenAi Playground Regex 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
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.
Extension Basic Information
Name | OpenAi Playground Regex |
ID | oimbbikjmbpamdloglajlpfpiknmogpf |
Official URL | https://chromewebstore.google.com/detail/openai-playground-regex/oimbbikjmbpamdloglajlpfpiknmogpf |
Description | Allow formatting on Playground with regex |
File Size | 15.23 KB |
Installation Count | 228 |
Current Version | 1.0 |
Last Updated | 2022-12-26 |
Publish Date | 2022-12-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | lgsp.dev |
[email protected] | |
Payment Type | free |
Supported Languages | 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*" ] } ] } |