GPT Everywhere (correctify.ai)

Use ChatGPT in any textbox in the Web

GPT Everywhere (correctify.ai)คืออะไร?

GPT Everywhere (correctify.ai) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย An และคุณลักษณะหลักของมันคือ "Use ChatGPT in any textbox in the Web"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GPT Everywhere (correctify.ai)

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

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

                        Privacy-friendly Chrome extension to generate contents using OpenAI API, with your own Token. All sites are supported, even Gmail or Google Sheets.                    

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

ชื่อ GPT Everywhere (correctify.ai) GPT Everywhere (correctify.ai)
ID ogadbjnbphlcnchimpklmdlbnmghlcbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gpt-everywhere-correctify/ogadbjnbphlcnchimpklmdlbnmghlcbe
คำอธิบาย Use ChatGPT in any textbox in the Web
ขนาดไฟล์ 515 KB
จำนวนการติดตั้ง 194
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-04-12
วันที่เผยแพร่ 2023-04-10
ผู้พัฒนา An
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://correctify.ai
URL หน้านโยบายความเป็นส่วนตัว https://correctify.ai/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.2",
    "author": "Duc An",
    "name": "GPT Everywhere (correctify.ai)",
    "description": "Use ChatGPT in any textbox in the Web",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.7868605b.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}