ChatGPT Shortcut - Open from the Address Bar

Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT…

Cos'è ChatGPT Shortcut - Open from the Address Bar?

ChatGPT Shortcut - Open from the Address Bar è un'estensione di Chrome sviluppata da https://chromebase.co, e la sua funzione principale è "Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ChatGPT Shortcut - Open from the Address Bar

Scarica i file di estensione ChatGPT Shortcut - Open from the 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

                        Start a new ChatGPT conversation from the address bar.

Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT session.

Use this shortcut to access ChatGPT easier and quicker from anywhere in the browser.

HOW TO GUIDE:

1. Install ChatGPT Shortcut - Open from the Address Bar Extension

2. Log into ChatGPT with your browser (or create a free account)

3. In any tab, type 'GPT' in the address bar followed by your prompt

4. Press enter to open a new tab with ChatGPT and your prompt automatically filled in

Free tool with no account or sign in required. This extension does not store any data.                    

Informazioni di Base sull'Estensione

Nome ChatGPT Shortcut - Open from the Address Bar ChatGPT Shortcut - Open from the Address Bar
ID ppjhahkjaabkjgaoelbokpgleaoeeboa
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-shortcut-open-fro/ppjhahkjaabkjgaoelbokpgleaoeeboa
Descrizione Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT…
Dimensione del File 3.93 MB
Conteggio Installazioni 348
Versione Corrente 1.2
Ultimo Aggiornamento 2023-12-07
Data di Pubblicazione 2023-05-09
Valutazione 3.57/5 Totale 7 Valutazioni
Sviluppatore https://chromebase.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://chromebase.co
URL della Pagina di Aiuto https://chromebase.co
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Shortcut - Open from the Address Bar",
    "description": "",
    "version": "1.2",
    "action": {
        "default_icon": "public\/icon.png",
        "default_popup": "public\/popup.html",
        "default_title": "ChatGPT Shortcut - Open from the Address Bar"
    },
    "icons": {
        "48": "public\/icon.png"
    },
    "omnibox": {
        "keyword": "gpt"
    },
    "background": {
        "service_worker": "public\/background.js"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/"
    ]
}