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…

Qu'est-ce que ChatGPT Shortcut - Open from the Address Bar ?

ChatGPT Shortcut - Open from the Address Bar est une extension Chrome développée par https://chromebase.co, et sa fonction principale est "Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ChatGPT Shortcut - Open from the Address Bar

Téléchargez les fichiers d'extension ChatGPT Shortcut - Open from the Address Bar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ChatGPT Shortcut - Open from the Address Bar ChatGPT Shortcut - Open from the Address Bar
ID ppjhahkjaabkjgaoelbokpgleaoeeboa
URL Officiel https://chromewebstore.google.com/detail/chatgpt-shortcut-open-fro/ppjhahkjaabkjgaoelbokpgleaoeeboa
Description Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT…
Taille du Fichier 3.93 MB
Nombre d'Installations 348
Version Actuelle 1.2
Dernière Mise à Jour 2023-12-07
Date de Publication 2023-05-09
Évaluation 3.57/5 Total 7 Évaluations
Développeur https://chromebase.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://chromebase.co
URL de la Page d'Aide https://chromebase.co
Langues Prises en Charge 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\/"
    ]
}