WacGPT

WacGPT is a free browser extension that empowers you with the capabilities of AI. With a simple selection of text on web pages, it…

Τι είναι το WacGPT;

Το WacGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.wacgpt.com, και η κύρια λειτουργία του είναι "WacGPT is a free browser extension that empowers you with the capabilities of AI. With a simple selection of text on web pages, it…".

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

screenshot
screenshot
screenshot

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

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

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

                        WacGPT is a free browser extension that empowers you with the capabilities of AI. With a simple selection of text on web pages, it provides you with services like concept explanations, content summarization, high-quality translations, AI-based Q&A, and more. By relieving you of repetitive and mundane tasks, it unleashes your creativity, You only need to configure the OpenAI API KEY to use it.

--------- Update Log ------------
V1.0.1: Compatible with the Notion WEB Version
V1.0.2: Fixed some websites not being able to ctrl+c copy results                    

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

Όνομα WacGPT WacGPT
ID ofgghdophhoggnlkgiigooldjblbmkid
Επίσημο URL https://chromewebstore.google.com/detail/wacgpt/ofgghdophhoggnlkgiigooldjblbmkid
Περιγραφή WacGPT is a free browser extension that empowers you with the capabilities of AI. With a simple selection of text on web pages, it…
Μέγεθος Αρχείου 167 KB
Αριθμός Εγκαταστάσεων 72
Τρέχουσα Έκδοση 1.0.3.1
Τελευταία Ενημέρωση 2023-09-12
Ημερομηνία Δημοσίευσης 2023-05-20
Προγραμματιστής https://www.wacgpt.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.wacgpt.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.wacgpt.com/privacy.html
Υποστηριζόμενες Γλώσσες en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "1.0.3.1",
    "manifest_version": 3,
    "default_locale": "zh_CN",
    "permissions": [
        "cookies",
        "background",
        "storage",
        "webNavigation",
        ""
    ],
    "action": {
        "default_popup": ".\/popup\/popup.html",
        "default_icon": ".\/icons\/logo.png",
        "content_security_policy": "script-src 'self' 'sha256-abc123'; object-src 'self'"
    },
    "icons": {
        "500": ".\/icons\/logo.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                ".\/content_scripts\/wac.js"
            ],
            "css": [
                ".\/css\/v2.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "icons\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "options_page": ".\/options\/options.html",
    "host_permissions": [
        ""
    ]
}