OpenAi Playground Regex
Allow formatting on Playground with regex
OpenAi Playground Regex란 무엇입니까?
OpenAi Playground Regex은(는) lgsp.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow formatting on Playground with regex"입니다.
확장 프로그램 스크린샷
OpenAi Playground Regex 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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*" ] } ] } |