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是由https://chromebase.co開發的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…”。
擴展截圖
下載ChatGPT Shortcut - Open from the Address Bar擴展crx文件
下載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 |
| 官方網址 | 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\/"
]
} | |