Chatgpt assist
No more hassle of copying code from chat gpt results to the replit. This extension provides add-on features to the existing…
Chatgpt assistとは何ですか?
Chatgpt assistはAbuによって開発されたChromeの拡張機能で、その主な機能は「No more hassle of copying code from chat gpt results to the replit. This extension provides add-on features to the existing…」です。
拡張機能のスクリーンショット
Chatgpt assist拡張機能のCRXファイルをダウンロード
Chatgpt assist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
No more hassle of copying code from chat gpt results to the replit. This extension provides add-on features to the existing chat-gpt website in opening the replit editor where you can paste the code inside. More to come: - Export the conversation in single click.
拡張機能の基本情報
名前 | Chatgpt assist |
ID | fhdcoikaffdfehjpfkcaackmflcnjcom |
公式URL | https://chromewebstore.google.com/detail/chatgpt-assist/fhdcoikaffdfehjpfkcaackmflcnjcom |
説明 | No more hassle of copying code from chat gpt results to the replit. This extension provides add-on features to the existing… |
ファイルサイズ | 790 KB |
インストール数 | 1,289 |
現在のバージョン | 0.0.4 |
最終更新日 | 2023-02-05 |
公開日 | 2022-12-07 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | Abu |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.claritynotes.io/privacypolicy.html |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.0.4", "short_name": "Chatgpt assist", "name": "Chatgpt assist", "action": [], "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat*" ], "run_at": "document_idle", "js": [ "contentScript.bundle.js" ], "css": [ "style.css", "modal.css" ] } ], "host_permissions": [ "*:\/\/*.stackgpt.com\/*" ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ " |