GPT2Markdown

Export your conversations with ChatGPT to Markdown ~ by @EmergingTechGuy on Twitter

GPT2Markdownคืออะไร?

GPT2Markdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย @emergingtechguy และคุณลักษณะหลักของมันคือ "Export your conversations with ChatGPT to Markdown ~ by @EmergingTechGuy on Twitter"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tired of having to manually export your ChatGPT conversations to your notes, Notion, etc?😓

Not anymore!

The GPT2Markdown extension helps you export your conversations with ChatGPT in 1 click⚡️

Features:
🔥 export your conversation with ChatGPT to Markdown format
🔥 use ChatGPT's auto-labelling to name you files
🔥 open source
🔥 1 click

You can then import your conversation to a tool like Notion, which helps you store it digitally! Or, you can store them in a dedicated folder on your external hard drive.

It's up to you!

ℹ️
Do note that there may be instances where you activate the extension and will need to reload the page for the GPT2Markdown button to appear!

This is an open-source project; the source code is publicly available for anyone to review and contribute to at « https://github.com/0xreeko/gpt2markdown »

We only ask for bare minimum permissions and do not collect any user data.

Post your feedback/comments - i'd love to know if it's been helpful to you & see if there's any room for improvement per your feedback :)

~ @emergingtechguy (on Twitter)                    

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

ชื่อ GPT2Markdown GPT2Markdown
ID mlfimpibamecbdnofjnbkjomeieclnjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gpt2markdown/mlfimpibamecbdnofjnbkjomeieclnjl
คำอธิบาย Export your conversations with ChatGPT to Markdown ~ by @EmergingTechGuy on Twitter
ขนาดไฟล์ 50.98 KB
จำนวนการติดตั้ง 878
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2023-04-29
วันที่เผยแพร่ 2023-01-23
คะแนน 4.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา @emergingtechguy
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/0xreeko/gpt2markdown
URL หน้าช่วยเหลือ https://twitter.com/emergingtechguy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT2Markdown",
    "version": "1.1.6",
    "description": "Export your conversations with ChatGPT to Markdown ~ by @EmergingTechGuy on Twitter",
    "icons": {
        "16": "images\/GPT2Markdown--16.png",
        "48": "images\/GPT2Markdown--48.png",
        "128": "images\/GPT2Markdown.png"
    },
    "background": {
        "service_worker": ".\/src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "dist\/main.js"
            ]
        }
    ]
}