ChatGPT HTML previewer

Adds an 'Open in new tab' button to every ChatGPT HTML output.

ChatGPT HTML previewerคืออะไร?

ChatGPT HTML previewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ptrlaszlo และคุณลักษณะหลักของมันคือ "Adds an 'Open in new tab' button to every ChatGPT HTML output."

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

screenshot

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

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

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

                        Preview ChatGPT generated HTML files with a single click. A new button with text "Open in new tab" will show up on every ChatGPT generated HTML output. Makes it easy to review the generated content easily, without the need to save it every time.                    

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

ชื่อ ChatGPT HTML previewer ChatGPT HTML previewer
ID dmbhigjgeppaknfllmgdoeokgheoapjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-html-previewer/dmbhigjgeppaknfllmgdoeokgheoapjh
คำอธิบาย Adds an 'Open in new tab' button to every ChatGPT HTML output.
ขนาดไฟล์ 10.38 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-03-22
วันที่เผยแพร่ 2023-03-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ptrlaszlo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://aipieces.com/
URL หน้านโยบายความเป็นส่วนตัว https://aipieces.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT HTML previewer",
    "description": "Adds an 'Open in new tab' button to every ChatGPT HTML output.",
    "version": "0.0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}