MOSS: ChatGPT web browser extension
ChatGPT web browser extension
Wat is MOSS: ChatGPT web browser extension?
MOSS: ChatGPT web browser extension is een Chrome-extensie ontwikkeld door 马云腾, en de belangrijkste functie is "ChatGPT web browser extension".
Extensie Screenshots
Download het CRX-bestand van de extensie MOSS: ChatGPT web browser extension
Download MOSS: ChatGPT web browser extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | MOSS: ChatGPT web browser extension |
ID | jipnhnmlmemcbfaoljkaeenbaalddhgb |
Officiële URL | https://chromewebstore.google.com/detail/moss-chatgpt-web-browser/jipnhnmlmemcbfaoljkaeenbaalddhgb |
Beschrijving | ChatGPT web browser extension |
Bestandsgrootte | 571 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.25.1 |
Laatst Bijgewerkt | 2023-03-07 |
Publicatiedatum | 2023-03-06 |
Ontwikkelaar | 马云腾 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/100apps/MOSS |
Help Pagina-URL | https://github.com/100apps/MOSS |
Ondersteunde Talen | 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" ] } ] } |