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…

Hvad er ChatGPT Shortcut - Open from the Address Bar?

ChatGPT Shortcut - Open from the Address Bar er en Chrome-udvidelse udviklet af https://chromebase.co, og dens hovedfunktion er "Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ChatGPT Shortcut - Open from the Address Bar-udvidelses-CRX-fil

Download ChatGPT Shortcut - Open from the Address Bar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ChatGPT Shortcut - Open from the Address Bar ChatGPT Shortcut - Open from the Address Bar
ID ppjhahkjaabkjgaoelbokpgleaoeeboa
Officiel URL https://chromewebstore.google.com/detail/chatgpt-shortcut-open-fro/ppjhahkjaabkjgaoelbokpgleaoeeboa
Beskrivelse Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT…
Filstørrelse 3.93 MB
Antal Installationer 348
Nuværende Version 1.2
Senest Opdateret 2023-12-07
Udgivelsesdato 2023-05-09
Bedømmelse 3.57/5 Samlet 7 Bedømmelser
Udvikler https://chromebase.co
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://chromebase.co
Hjælpeside-URL https://chromebase.co
Understøttede Sprog 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\/"
    ]
}