BrowserGPT

Generate text using ChatGPT wherever you type in the browser

Τι είναι το BrowserGPT;

Το BrowserGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hvardhan878, και η κύρια λειτουργία του είναι "Generate text using ChatGPT wherever you type in the browser".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης BrowserGPT

Λήψη αρχείων επέκτασης BrowserGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Introducing BrowserGPT - the ultimate browser extension for generating text using ChatGPT! With BrowserGPT, you can harness the power of ChatGPT technology to generate high-quality text in any place you type on your browser. Whether you're composing emails, writing documents, or sending messages, BrowserGPT makes it easy to generate text on the fly.

One of the key features of BrowserGPT is its convenience. You can activate it by typing "gpt:" in any text field, and the extension will automatically generate text based on what you've typed so far. This means you can use ChatGPT without having to switch between different applications or web pages, making the whole process much faster and more efficient.

So if you're looking for a way to generate high-quality text quickly and easily, give BrowserGPT a try!                    

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

Όνομα BrowserGPT BrowserGPT
ID egebdbalebfpgedfcpplmgekbbjjdlom
Επίσημο URL https://chromewebstore.google.com/detail/browsergpt/egebdbalebfpgedfcpplmgekbbjjdlom
Περιγραφή Generate text using ChatGPT wherever you type in the browser
Μέγεθος Αρχείου 168 KB
Αριθμός Εγκαταστάσεων 241
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-04-04
Ημερομηνία Δημοσίευσης 2023-03-29
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής hvardhan878
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BrowserGPT",
    "version": "1.1",
    "description": "Generate text using ChatGPT wherever you type in the browser",
    "permissions": [
        "https:\/\/api.openai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "ailogo.png",
            "48": "ailogo.png",
            "128": "ailogo.png"
        }
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "16": "ailogo.png",
        "48": "ailogo.png",
        "128": "ailogo.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "static\/js\/App.bundle.js"
            ]
        }
    ]
}