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…

Was ist WacGPT?

WacGPT ist eine Chrome-Erweiterung, die von https://www.wacgpt.com entwickelt wurde, und ihr Hauptmerkmal ist "WacGPT is a free browser extension that empowers you with the capabilities of AI. With a simple selection of text on web pages, it…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

WacGPT-Erweiterungs-CRX-Datei herunterladen

Laden Sie WacGPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name WacGPT WacGPT
ID ofgghdophhoggnlkgiigooldjblbmkid
Offizielle URL https://chromewebstore.google.com/detail/wacgpt/ofgghdophhoggnlkgiigooldjblbmkid
Beschreibung WacGPT is a free browser extension that empowers you with the capabilities of AI. With a simple selection of text on web pages, it…
Dateigröße 167 KB
Installationsanzahl 72
Aktuelle Version 1.0.3.1
Letztes Update 2023-09-12
Veröffentlichungsdatum 2023-05-20
Entwickler https://www.wacgpt.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.wacgpt.com/
URL der Datenschutzrichtlinien-Seite https://www.wacgpt.com/privacy.html
Unterstützte Sprachen 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": [
        ""
    ]
}