Notes for ChatGPT

Keep your best prompts ready, sorted, and send with a click. Save ChatGPT messages and create personal notes for all you desire.

Notes for ChatGPTคืออะไร?

Notes for ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://notesforchatgpt.com และคุณลักษณะหลักของมันคือ "Keep your best prompts ready, sorted, and send with a click. Save ChatGPT messages and create personal notes for all you desire."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notes for ChatGPT

ดาวน์โหลดไฟล์ส่วนขยาย Notes for ChatGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Notes for ChatGPT is a Chrome extension that enhances your ChatGPT experience by introducing an integrated note-taking feature. This feature allows you to write, edit, and save your personal prompts or the responses generated by ChatGPT in an intuitive interface.

The title and content of each note are fully customizable and can be grouped into lists created by yourself. These lists act like folders, enabling easy and efficient organization of your notes. The arrangement of notes within a list and the lists themselves can be modified thanks to a drag-and-drop feature, offering great flexibility.

In addition to creating new notes, you can also turn any chat message block into a note with a simple click on the 'NOTE' button. This greatly facilitates the preservation of important prompts or interesting responses from ChatGPT.

The extension also offers customization options, including the ability to change the graphic theme of the interface.

With unlimited local storage for your notes and lists, "Notes for ChatGPT" provides all the space you need for managing your prompts and essential information.

The Notes for ChatGPT extension transforms your ChatGPT experience into a dynamic and customizable workspace, making chat sessions more productive and organized.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Notes for ChatGPT Notes for ChatGPT
ID pmhdgibbdbddiahcfmhhhbljgeiechpp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notes-for-chatgpt/pmhdgibbdbddiahcfmhhhbljgeiechpp
คำอธิบาย Keep your best prompts ready, sorted, and send with a click. Save ChatGPT messages and create personal notes for all you desire.
ขนาดไฟล์ 161 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-06-13
วันที่เผยแพร่ 2023-06-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://notesforchatgpt.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.notesforchatgpt.com
URL หน้าช่วยเหลือ https://www.notesforchatgpt.com/support
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notes for ChatGPT",
    "version": "1.0",
    "description": "Keep your best prompts ready, sorted, and send with a click. Save ChatGPT messages and create personal notes for all you desire.",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/notesforchatgpt.com\/"
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "default.min.css",
                "text_editor.css",
                "nfcanim.css",
                "SortableJS.css",
                "nfc_style.css"
            ],
            "js": [
                "umd.min.js",
                "jquery-3.6.4.min.js",
                "medium-editor.min.js",
                "interact.min.js",
                "Sortable.min.js",
                "notesforchatgpt.js"
            ]
        }
    ]
}