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 |
| 公式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 |
| Eメール | [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\/"
]
} | |