ChatGPT Wizard

Boost your browser with ChatGPT Wizard: instantly solve quizzes, ask ChatGPT, and more.

ChatGPT Wizard क्या है?

ChatGPT Wizard giaphiep द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost your browser with ChatGPT Wizard: instantly solve quizzes, ask ChatGPT, and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Introducing the ChatGPT Wizard Extension

Elevate your digital interactions with the unparalleled capabilities of AI! Experience a revolutionized web browsing with the ChatGPT Wizard Extension, meticulously integrating with your browser to furnish instant translations, comprehensive explanations, succinct summaries, and innovative content rewriting. Whether it's navigating through a multilingual web, dissecting intricate text, acquiring the gist of extensive documents, or attaining a novel articulation of existing content, our extension emerges as your ideal digital ally.

Highlighting Features:

Quiz Solver: Stumble upon a quiz online? Use the shortcut (Cmd+Shift+S) to capture the quiz content, and ChatGPT will provide answers along with explanations, making your learning journey easier and more efficient.

Translate: Simply highlight the text and gain immediate access to precise translations, bridging the gap between you and multilingual content.

Explain: Confronted with perplexing content? A right-click summons ChatGPT to unravel and elucidate, providing clear, insightful interpretations when you need them.

Summarize: Propel through the digital universe with ease by condensing protracted articles or documents, enabling you to grasp the fundamental concepts without the need to traverse through bulky content.

Rewrite: Infuse a fresh outlook into existing text using the rewrite function, ensuring distinctiveness and a fresh viewpoint.

Grammar Correction: Employ this feature for meticulous grammar inspections and corrections.

Ask ChatGPT: Use this feature to directly pose queries to ChatGPT. Additionally, by clicking the appropriate image, you can directly engage with ChatGPT for your inquiries.

Read it: Utilize read selected text

Write email: Draft emails effortlessly with the ChatGPT wizard by using the shortcut (Cmd+Shift+P).

Customizable User Settings: Mold the extension to align with your preferences, establishing your favored translation language, summary depth, or rewrite methodology. Navigate the web on your terms!

Fueled by OpenAI's ChatGPT, this extension stands as a beacon of accuracy and reliability, guaranteeing you always experience the pinnacle of digital assistance. Download now and radically transform your digital content interactions!

GitHub: https://github.com/giaphiep/chatgpt-wizard
Donate: https://ko-fi.com/giaphiep
USDT: 
TBdKnz8n8Kq28hMh9PeRTWYMCYzHzyrvMQ (TRC20)
0x78bf8f1996b35d9c4358e33f1982623ac73e352f (BEP20)                    

एक्सटेंशन की मूल जानकारी

नाम ChatGPT Wizard ChatGPT Wizard
ID gflglaphohkgcoelkkhooamdckljhjne
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-wizard/gflglaphohkgcoelkkhooamdckljhjne
विवरण Boost your browser with ChatGPT Wizard: instantly solve quizzes, ask ChatGPT, and more.
फ़ाइल का आकार 81.22 KB
स्थापना संख्या 105
वर्तमान संस्करण 1.76
अंतिम अपडेट 2023-12-02
प्रकाशन तिथि 2023-10-09
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर giaphiep
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://github.com/giaphiep/chatgpt-wizard/blob/main/privacy-policy.md
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Wizard",
    "description": "Boost your browser with ChatGPT Wizard: instantly solve quizzes, ask ChatGPT, and more.",
    "version": "1.76",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*",
        "https:\/\/chatgptwizard.click\/*"
    ],
    "action": {
        "default_title": "ChatGPT Wizard",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        },
        "default_popup": "popup\/index.html"
    },
    "commands": {
        "quiz_solver": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Capture screenshot"
        },
        "create_prompt": {
            "suggested_key": {
                "default": "Ctrl+Shift+P"
            },
            "description": "Capture screenshot"
        }
    },
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/index.js"
            ],
            "css": [
                "assets\/index-65332caf.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "assets\/*",
                "utils\/index.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}