MOSS: ChatGPT web browser extension
ChatGPT web browser extension
什么是MOSS: ChatGPT web browser extension?
MOSS: ChatGPT web browser extension是由马云腾开发的Chrome扩展程序,该扩展的主要功能是“ChatGPT web browser extension”。
扩展截图
下载MOSS: ChatGPT web browser extension扩展crx文件
下载MOSS: ChatGPT web browser extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | MOSS: ChatGPT web browser extension |
ID | jipnhnmlmemcbfaoljkaeenbaalddhgb |
官方URL | https://chromewebstore.google.com/detail/moss-chatgpt-web-browser/jipnhnmlmemcbfaoljkaeenbaalddhgb |
简介 | ChatGPT web browser extension |
文件大小 | 571 KB |
安装次数 | 24 |
当前版本 | 1.25.1 |
更新时间 | 2023-03-07 |
上架时间 | 2023-03-06 |
开发者 | 马云腾 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/100apps/MOSS |
帮助页面URL | https://github.com/100apps/MOSS |
支持的语言 | 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" ] } ] } |