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…

Τι είναι το ChatGPT Shortcut - Open from the Address Bar;

Το ChatGPT Shortcut - Open from the Address Bar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chromebase.co, και η κύρια λειτουργία του είναι "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
screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT Shortcut - Open from the Address Bar

Λήψη αρχείων επέκτασης ChatGPT Shortcut - Open from the Address Bar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ChatGPT Shortcut - Open from the Address Bar ChatGPT Shortcut - Open from the Address Bar
ID ppjhahkjaabkjgaoelbokpgleaoeeboa
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-shortcut-open-fro/ppjhahkjaabkjgaoelbokpgleaoeeboa
Περιγραφή Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT…
Μέγεθος Αρχείου 3.93 MB
Αριθμός Εγκαταστάσεων 348
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2023-12-07
Ημερομηνία Δημοσίευσης 2023-05-09
Αξιολόγηση 3.57/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://chromebase.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://chromebase.co
Διεύθυνση URL της Σελίδας Βοήθειας https://chromebase.co
Υποστηριζόμενες Γλώσσες 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\/"
    ]
}