Power Prompt For ChatGPT & OpenAi
Power Prompt - Enhance ChatGPT interaction. Seamless conversations. Choose models, save templates, set temp, length & tokens.
Power Prompt For ChatGPT & OpenAi란 무엇입니까?
Power Prompt For ChatGPT & OpenAi은(는) rUv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Power Prompt - Enhance ChatGPT interaction. Seamless conversations. Choose models, save templates, set temp, length & tokens."입니다.
확장 프로그램 스크린샷
Power Prompt For ChatGPT & OpenAi 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Power Prompt is a Chrome Extension for ChatGPT/OpenAi Power Users is a cutting-edge Chrome extension that takes your Ai interaction to the next level. With this extension, you can maximize the potential of the state-of-the-art language model and experience a seamless and efficient conversation. The Power Prompt v1 beta allows you to choose from different models, load and save prompt templates, set temperature and prompt length and tokens. Source code and instructions available at https://github.com/ruvnet/powerprompt
확장 프로그램 기본 정보
이름 | Power Prompt For ChatGPT & OpenAi |
ID | jocjpakcmoifjpafpjbnghfafbicajcp |
공식 URL | https://chromewebstore.google.com/detail/power-prompt-for-chatgpt/jocjpakcmoifjpafpjbnghfafbicajcp |
설명 | Power Prompt - Enhance ChatGPT interaction. Seamless conversations. Choose models, save templates, set temp, length & tokens. |
파일 크기 | 875 KB |
설치 횟수 | 264 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-02-20 |
출시 날짜 | 2023-02-19 |
개발자 | rUv |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://twitter.com/ruv |
도움말 페이지 URL | https://twitter.com/ruv |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Power Prompt For ChatGPT & OpenAi", "version": "1.0", "manifest_version": 3, "description": "Power Prompt - Enhance ChatGPT interaction. Seamless conversations. Choose models, save templates, set temp, length & tokens.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png", "1024": "icons\/1024.png" }, "host_permissions": [ "https:\/\/chat.openai.com\/" ], "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |