MOSS: ChatGPT web browser extension
ChatGPT web browser extension
What is MOSS: ChatGPT web browser extension?
MOSS: ChatGPT web browser extension is a Chrome extension developed by 马云腾, and its main feature is "ChatGPT web browser extension".
Extension Screenshots
Download MOSS: ChatGPT web browser extension Extension CRX File
Download MOSS: ChatGPT web browser extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
1. In any webpage, right click, select text and send it to ChatGPT 2. with search engines, such as google/baidu, send the same keywords to ChatGPT and show results.
Extension Basic Information
Name | MOSS: ChatGPT web browser extension |
ID | jipnhnmlmemcbfaoljkaeenbaalddhgb |
Official URL | https://chromewebstore.google.com/detail/moss-chatgpt-web-browser/jipnhnmlmemcbfaoljkaeenbaalddhgb |
Description | ChatGPT web browser extension |
File Size | 571 KB |
Installation Count | 24 |
Current Version | 1.25.1 |
Last Updated | 2023-03-07 |
Publish Date | 2023-03-06 |
Developer | 马云腾 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/100apps/MOSS |
Help Page URL | https://github.com/100apps/MOSS |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MOSS: ChatGPT web browser extension", "description": "ChatGPT web browser extension", "version": "1.25.1", "manifest_version": 3, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "host_permissions": [ "https:\/\/*.openai.com\/" ], "permissions": [ "storage", "contextMenus" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "shared.js", "content-script.js" ], "css": [ "content-script.css" ] } ] } |