ChatGPT for address bar
Use ChatGPT from your address bar
ChatGPT for address barとは何ですか?
ChatGPT for address barはDreampunkによって開発されたChromeの拡張機能で、その主な機能は「Use ChatGPT from your address bar」です。
拡張機能のスクリーンショット
ChatGPT for address bar拡張機能のCRXファイルをダウンロード
ChatGPT for address bar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just type "chat" and your prompt to make your browsing experience faster and more efficient with ChatGPT. No API Key required. Try the most secure ChatGPT extension.
拡張機能の基本情報
名前 | |
ID | kohabooomphnoedeinhfkdijpmbegmfi |
公式URL | https://chrome.google.com/webstore/detail/chatgpt-for-address-bar/kohabooomphnoedeinhfkdijpmbegmfi |
説明 | Use ChatGPT from your address bar |
ファイルサイズ | 8.59 KB |
インストール数 | 133 |
現在のバージョン | 1.3.1 |
最終更新日 | 2023-03-27 |
公開日 | 2023-02-06 |
評価 | 3.50/5 合計 6 レビュー |
開発者 | Dreampunk |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://dataplay.cl/timeless-youtube |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT for address bar", "version": "1.3.1", "description": "Use ChatGPT from your address bar", "permissions": [ "tabs", "activeTab" ], "icons": { "16": "16.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "background": { "service_worker": "event_page.js" }, "omnibox": { "keyword": "chat", "suggestion": { "imageUrl": "16.png" } } } |