ChatGPT for address bar

Use ChatGPT from your address bar

Cos'è ChatGPT for address bar?

ChatGPT for address bar è un'estensione di Chrome sviluppata da Dreampunk, e la sua funzione principale è "Use ChatGPT from your address bar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ChatGPT for address bar

Scarica i file di estensione ChatGPT for address bar 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

                        Just type "chat" and your prompt to make your browsing experience faster and more efficient with ChatGPT.

No API Key required.
Try the most secure ChatGPT extension.                    

Informazioni di Base sull'Estensione

Nome ChatGPT for address bar ChatGPT for address bar
ID kohabooomphnoedeinhfkdijpmbegmfi
URL Ufficiale https://chrome.google.com/webstore/detail/chatgpt-for-address-bar/kohabooomphnoedeinhfkdijpmbegmfi
Descrizione Use ChatGPT from your address bar
Dimensione del File 8.59 KB
Conteggio Installazioni 133
Versione Corrente 1.3.1
Ultimo Aggiornamento 2023-03-27
Data di Pubblicazione 2023-02-06
Valutazione 3.50/5 Totale 6 Valutazioni
Sviluppatore Dreampunk
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://dataplay.cl/timeless-youtube
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT for address bar",
    "version": "1.3.1",
    "description": "Use ChatGPT from your address bar",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "event_page.js"
    },
    "omnibox": {
        "keyword": "chat",
        "suggestion": {
            "imageUrl": "16.png"
        }
    }
}