ChatGPT+ Extension

Access OpenAI's API from anywhere on the web

ChatGPT+ Extensionคืออะไร?

ChatGPT+ Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Lemonade Stand Man และคุณลักษณะหลักของมันคือ "Access OpenAI's API from anywhere on the web"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ChatGPT+ Extension - The best, and most accessible, AI Interface yet.

ChatGPT+ Extension (BETA) enables you to interact with the most powerful AI on the planet, from anywhere on the web.

With ChatGPT+ Extension you can:
 -  Communicate with OpenAI's AI freely and without bounds.
 -  Skip the lines when ChatGPT is busy.
 -  Write blog posts, podcast scripts, and even copy in seconds.
 -  Discover new business ideas.
 -  Draft responses to service requests.
 -  And so much more...

I am a software developer at a major consulting firm. I have never designed or developed a web dev component like this before. However, in light of recent layoffs in tech and the advent of ChatGPT and its high potential to send even more developers home, I decided to, as fast as I could, learn the programming languages necessary for web development.

This application is not perfect. In fact, I'm sure many seasoned web developers would laugh at some of the choices I've made. However, I am giving it my best try.

I would love to build a team and be a landing pad for other software developers. Developers, even though remote work has been isolating, you are not alone.

For work, for play, and just for a rainy day, I hope to make the mind-blowing capability of AI to as accessible as possible.

From one unseasoned vagabond to another, we are better together.

NOTE:
If this product is a success, I hope to bring the entire suite of OpenAI's API to your fingertips. This includes DALE 2.0 driven image generation and Code completion. So stay tuned and invite your friends!

DISCLAIMER:
I am not responsible for the responses the OpenAI API produces or any charges incurred by your usage.                    

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

ชื่อ ChatGPT+ Extension ChatGPT+ Extension
ID lcjlkpoehobahpaplcodgobedmghcehd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt+-extension/lcjlkpoehobahpaplcodgobedmghcehd
คำอธิบาย Access OpenAI's API from anywhere on the web
ขนาดไฟล์ 178 KB
จำนวนการติดตั้ง 596
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-05-31
วันที่เผยแพร่ 2023-02-11
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา The Lemonade Stand Man
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT+ Extension",
    "description": "Access OpenAI's API from anywhere on the web",
    "version": "2.0.0",
    "action": {
        "default_popup": "chatbox.html",
        "default_icon": "chat_GPT_logo16.png",
        "default_title": "ChatGPT+"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            }
        }
    },
    "icons": {
        "128": "chat_GPT_logo128.png",
        "48": "chat_GPT_logo48.png",
        "32": "chat_GPT_logo32.png",
        "16": "chat_GPT_logo16.png"
    }
}