AskChatGPT

Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant

Τι είναι το AskChatGPT;

Το AskChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον LGG Hub, και η κύρια λειτουργία του είναι "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant".

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

screenshot
screenshot
screenshot

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

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

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

                        AskChatGPT integrates ChatGPT with your browser, allowing you to ask questions and get information about the pages you're browsing. Creative prompts streamline research and provide you with the info you need quicker.                    

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

Όνομα AskChatGPT AskChatGPT
ID odbamckofikpepblkpjfnjibflfgbema
Επίσημο URL https://chromewebstore.google.com/detail/askchatgpt/odbamckofikpepblkpjfnjibflfgbema
Περιγραφή Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant
Μέγεθος Αρχείου 937 KB
Αριθμός Εγκαταστάσεων 42
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-03-12
Ημερομηνία Δημοσίευσης 2023-03-11
Προγραμματιστής LGG Hub
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://lgghub.com/terms
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AskChatGPT",
    "description": "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant",
    "version": "1.0",
    "manifest_version": 3,
    "author": "[email protected]",
    "action": {
        "default_popup": "\/views\/popup.html"
    },
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    }
}