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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में WacGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
        ""
    ]
}