ChatGPTEverywhere

Use ChatGPT wherever you want

Cos'è ChatGPTEverywhere?

ChatGPTEverywhere è un'estensione di Chrome sviluppata da Alyosha, e la sua funzione principale è "Use ChatGPT wherever you want".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ChatGPTEverywhere

Scarica i file di estensione ChatGPTEverywhere 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

                        In the past, using ChatGPT required users to open a ChatGPT tab and paste the text they wanted to use. 

This plugin, however, allows users to select a piece of text on any webpage and directly call ChatGPT.                    

Informazioni di Base sull'Estensione

Nome ChatGPTEverywhere ChatGPTEverywhere
ID mbffncligbhhdgecingogecdhfdknehb
URL Ufficiale https://chromewebstore.google.com/detail/chatgpteverywhere/mbffncligbhhdgecingogecdhfdknehb
Descrizione Use ChatGPT wherever you want
Dimensione del File 345 KB
Conteggio Installazioni 103
Versione Corrente 0.0.1
Ultimo Aggiornamento 2023-02-23
Data di Pubblicazione 2023-02-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Alyosha
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPTEverywhere",
    "description": "Use ChatGPT wherever you want",
    "icons": {
        "128": "images\/alyosha.png",
        "16": "images\/alyosha.png",
        "48": "images\/alyosha.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "manifest_version": 3,
    "version": "0.0.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "type": "module",
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "chatgpttooltip-injected-by-alyosha1024.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/alyosha.png",
            "32": "\/images\/alyosha.png",
            "48": "\/images\/alyosha.png",
            "128": "\/images\/alyosha.png"
        }
    }
}