SublimeGPT: ChatGPT Everywhere
Use ChatGPT everywhere. See ChatGPT responses alongside Google search results. Create prompt shortcuts and use them in any website.
什麼是SublimeGPT: ChatGPT Everywhere?
SublimeGPT: ChatGPT Everywhere是由https://sublimegpt.com開發的Chrome擴展程式,該擴展的主要功能是“Use ChatGPT everywhere. See ChatGPT responses alongside Google search results. Create prompt shortcuts and use them in any website.”。
擴展截圖
下載SublimeGPT: ChatGPT Everywhere擴展crx文件
下載SublimeGPT: ChatGPT Everywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
SublimeGPT lets you: - Open ChatGPT inside any website. - See ChatGPT response alongside Google search results. - Create your own prompts and use them on selected text in any web page. How to open chat inside any website: 1. Make sure you're logged into your ChatGPT account. 2. Open any website and press Ctrl+Up Arrow (Cmd+Up Arrow on Mac) or click the extension icon on the navigation bar. You can change the keyboard shortcut in your browser's extension shortcuts page. 3. Start chatting with ChatGPT in the overlay dialog that opens up. SublimeGPT is just a helper tool and is not affiliated with OpenAI or ChatGPT.
擴展基本資訊
名稱 | SublimeGPT: ChatGPT Everywhere |
ID | eecockeebhenbihmkaamjlgoehkngjea |
官方網址 | https://chromewebstore.google.com/detail/sublimegpt-chatgpt-everyw/eecockeebhenbihmkaamjlgoehkngjea |
簡介 | Use ChatGPT everywhere. See ChatGPT responses alongside Google search results. Create prompt shortcuts and use them in any website. |
檔案大小 | 60.11 KB |
安裝次數 | 407 |
目前版本 | 0.2.0 |
更新時間 | 2023-04-04 |
上架時間 | 2023-03-09 |
評分 | 3.71/5 共 7 次評分 |
開發者 | https://sublimegpt.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SublimeGPT: ChatGPT Everywhere", "short_name": "SublimeGPT", "version": "0.2.0", "description": "Use ChatGPT everywhere. See ChatGPT responses alongside Google search results. Create prompt shortcuts and use them in any website.", "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "permissions": [ "contextMenus", "storage", "unlimitedStorage" ], "host_permissions": [ "https:\/\/*.openai.com\/*" ], "action": { "default_title": "Open Chat" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ " |