MOSS: ChatGPT web browser extension

ChatGPT web browser extension

Cos'è MOSS: ChatGPT web browser extension?

MOSS: ChatGPT web browser extension è un'estensione di Chrome sviluppata da 马云腾, e la sua funzione principale è "ChatGPT web browser extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MOSS: ChatGPT web browser extension

Scarica i file di estensione MOSS: ChatGPT web browser extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MOSS: ChatGPT web browser extension MOSS: ChatGPT web browser extension
ID jipnhnmlmemcbfaoljkaeenbaalddhgb
URL Ufficiale https://chromewebstore.google.com/detail/moss-chatgpt-web-browser/jipnhnmlmemcbfaoljkaeenbaalddhgb
Descrizione ChatGPT web browser extension
Dimensione del File 571 KB
Conteggio Installazioni 24
Versione Corrente 1.25.1
Ultimo Aggiornamento 2023-03-07
Data di Pubblicazione 2023-03-06
Sviluppatore 马云腾
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/100apps/MOSS
URL della Pagina di Aiuto https://github.com/100apps/MOSS
Lingue Supportate 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"
            ]
        }
    ]
}