ChatGPT Prompt Assistant
This tool improves efficiency when conversing with ChatGPT by providing templates, quick replies, and shortcut functions.
什麼是ChatGPT Prompt Assistant?
ChatGPT Prompt Assistant是由https://jhlstudy.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“This tool improves efficiency when conversing with ChatGPT by providing templates, quick replies, and shortcut functions.”。
擴展截圖
下載ChatGPT Prompt Assistant擴展crx文件
下載ChatGPT Prompt Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The main features are: - Provide 10 question templates for users to quickly create questions. - Provide customizable settings window for users to freely design the format of questions. - Provide 1000 sets of super templates, allowing for more flexible creation of question templates. - Super Template Supports Input , Dropdowns, Checkboxes, Radio buttons - Provide 100 sets of custom quick reply buttons for users to freely design the content of quick replies. - Use tab and tab + shift for quick switching between fields. - Support shortcut functions for Windows and Mac platforms to allow users to operate more quickly. - Support Dark Mode to make users comfortable to use in low-light environments. - Export the configuration file and share your designed question templates and quick reply text with friends. If you like this tool, please encourage us through the following link: https://www.buymeacoffee.com/Joe.lin Please note that this tool only provides assistance in conversation and shortcut functions and does not include the use of ChatGPT Plus To use ChatGPT Plus, please visit the official website to subscribe.
擴展基本資訊
名稱 | ChatGPT Prompt Assistant |
ID | biohjdkjclhempinkjfnjenpldjnkcfn |
官方網址 | https://chromewebstore.google.com/detail/chatgpt-prompt-assistant/biohjdkjclhempinkjfnjenpldjnkcfn |
簡介 | This tool improves efficiency when conversing with ChatGPT by providing templates, quick replies, and shortcut functions. |
檔案大小 | 11.7 MB |
安裝次數 | 4,637 |
目前版本 | 1.1.8 |
更新時間 | 2023-12-18 |
上架時間 | 2023-04-08 |
評分 | 4.62/5 共 13 次評分 |
開發者 | https://jhlstudy.blogspot.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/JiaHongL/Chat-GPT-Custom-Prompt-Extension |
支援的語言 | en,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "author": "Joe", "version": "1.1.8", "default_locale": "en", "icons": { "16": "images\/icon\/16.png", "32": "images\/icon\/32.png", "48": "images\/icon\/48.png", "128": "images\/icon\/128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "exclude_matches": [ "https:\/\/chat.openai.com\/auth\/login" ], "js": [ "js\/content.js" ] } ] } |