ChatGPT Prompts
Use ChatGPT Prompts along with web page's context.
ChatGPT Prompts란 무엇입니까?
ChatGPT Prompts은(는) D365Hub에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use ChatGPT Prompts along with web page's context."입니다.
확장 프로그램 스크린샷
ChatGPT Prompts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Take your browsing experience to the next level with ChatGPT Prompts! Customize your prompts by adding, editing, or deleting them and saving them in your browser. Get started quickly with default prompts such as extract keywords, summarize, and rewrite, Suggest Tweet, LinkedIn comment and Facebook comment all powered by the advanced capabilities of ChatGPT. Directly execute your prompts against selected text on the web page or against the main content of the page using ChatGPT's cutting-edge natural language processing technology. You can copy the results of your prompts with ease. ChatGPT Prompts can act as a single app for multiple mini task apps with the help various prompts. Install ChatGPT Prompts powered by ChatGPT to start experiencing smarter browsing like never before!
확장 프로그램 기본 정보
이름 | ChatGPT Prompts |
ID | dpbhjppgpdeembaddjppldkfdhflfbja |
공식 URL | https://chromewebstore.google.com/detail/chatgpt-prompts/dpbhjppgpdeembaddjppldkfdhflfbja |
설명 | Use ChatGPT Prompts along with web page's context. |
파일 크기 | 1.07 MB |
설치 횟수 | 87 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2023-03-22 |
출시 날짜 | 2023-03-15 |
개발자 | D365Hub |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://d365hub.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Prompts", "description": "Use ChatGPT Prompts along with web page's context.", "version": "1.2.2", "manifest_version": 3, "author": "Suresh Maurya", "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/logo-16.png", "32": "\/images\/logo-32.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "\/images\/logo-16.png", "32": "\/images\/logo-32.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" }, "host_permissions": [ "https:\/\/*.openai.com\/" ], "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "js": [ "content.bundle.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |