ChatGPT everywhere
Adds chat-gpt functionality to any textbox on the web.
什麼是ChatGPT everywhere?
ChatGPT everywhere是由Marcel Panse開發的Chrome擴展程式,該擴展的主要功能是“Adds chat-gpt functionality to any textbox on the web.”。
擴展截圖
下載ChatGPT everywhere擴展crx文件
下載ChatGPT everywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ChatGPT-Everywhere is an open-source chrome extension that enhances your writing skills with the power of GPT. It enables you to use GPT on almost any input field on the web, such as writing an email in Gmail, a ticket in Jira, a message on Twitter, or a comment on GitHub. This extension has a range of features intended for writers to optimize their writing experience: - Improve your text: It suggests better word choices and phrasing to make your writing more sophisticated. - Make it longer: If you're struggling to hit a word count, this option helps you research and add more information. - Make it shorter: Want to cut down words without compromising the context? This feature provides you with a concise and accurate summary of your content. - Create summary: It generates a compact summary of your paragraphs with the essential notes. - Ask question: This feature lets you execute commands such as "write a resignation letter," and GPT will automatically execute the command for you. ChatGPT-Everywhere is fully open-source, and we encourage Pull Requests to add new functionality or improvements. Join our community on GitHub at https://github.com/marcelpanse/ChatGPT-Everywhere.
擴展基本資訊
名稱 | ChatGPT everywhere |
ID | kebfhgodkejbfelbbcekkamfpcichken |
官方網址 | https://chromewebstore.google.com/detail/chatgpt-everywhere/kebfhgodkejbfelbbcekkamfpcichken |
簡介 | Adds chat-gpt functionality to any textbox on the web. |
檔案大小 | 28.51 KB |
安裝次數 | 2,331 |
目前版本 | 0.1.0 |
更新時間 | 2023-03-30 |
上架時間 | 2023-03-25 |
評分 | 4.43/5 共 14 次評分 |
開發者 | Marcel Panse |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/marcelpanse/chatgpt-everywhere |
說明頁面URL | https://github.com/marcelpanse/chatgpt-everywhere/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT everywhere", "short_name": "ChatGPT everywhere", "description": "Adds chat-gpt functionality to any textbox on the web.", "homepage_url": "https:\/\/github.com\/marcelpanse\/chatgpt-everywhere", "version": "0.1.0", "version_name": "0.1.0", "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "88", "permissions": [ "activeTab", "contextMenus", "background", "storage" ], "icons": { "128": "assets\/img\/128x128.png" }, "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/api.openai.com\/*" ] }, "content_scripts": [ { "matches": [ " |