ChatGPT Shortcut - Open from the Address Bar
Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT…
ChatGPT Shortcut - Open from the Address Barคืออะไร?
ChatGPT Shortcut - Open from the Address Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chromebase.co และคุณลักษณะหลักของมันคือ "Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Shortcut - Open from the Address Bar
ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Shortcut - Open from the Address Bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Start a new ChatGPT conversation from the address bar.
Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT session.
Use this shortcut to access ChatGPT easier and quicker from anywhere in the browser.
HOW TO GUIDE:
1. Install ChatGPT Shortcut - Open from the Address Bar Extension
2. Log into ChatGPT with your browser (or create a free account)
3. In any tab, type 'GPT' in the address bar followed by your prompt
4. Press enter to open a new tab with ChatGPT and your prompt automatically filled in
Free tool with no account or sign in required. This extension does not store any data. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ppjhahkjaabkjgaoelbokpgleaoeeboa |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chatgpt-shortcut-open-fro/ppjhahkjaabkjgaoelbokpgleaoeeboa |
| คำอธิบาย | Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT… |
| ขนาดไฟล์ | 3.93 MB |
| จำนวนการติดตั้ง | 348 |
| เวอร์ชันปัจจุบัน | 1.2 |
| อัปเดตครั้งล่าสุด | 2023-12-07 |
| วันที่เผยแพร่ | 2023-05-09 |
| คะแนน | 3.57/5 รวมทั้งหมด 7 คะแนน |
| ผู้พัฒนา | https://chromebase.co |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://chromebase.co |
| URL หน้าช่วยเหลือ | https://chromebase.co |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChatGPT Shortcut - Open from the Address Bar",
"description": "",
"version": "1.2",
"action": {
"default_icon": "public\/icon.png",
"default_popup": "public\/popup.html",
"default_title": "ChatGPT Shortcut - Open from the Address Bar"
},
"icons": {
"48": "public\/icon.png"
},
"omnibox": {
"keyword": "gpt"
},
"background": {
"service_worker": "public\/background.js"
},
"permissions": [
"scripting",
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/chat.openai.com\/"
]
} | |