Claude 4 Scholar

Claude 4 Scholar - Your AI Copilot powered by GPT-4

Claude 4 Scholar क्या है?

Claude 4 Scholar Answer.AI द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Claude 4 Scholar - Your AI Copilot powered by GPT-4"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Unlock your full academic potential with Claude Scholar - the AI companion designed to help students succeed. Claude provides customized support at every stage of the learning process - from research and writing to exam preparation.
With Claude's advanced AI capabilities, you can get expert assistance on demand. Ask Claude to help generate ideas for an essay or research paper. Claude can analyze the requirements and suggest relevant topics, outlines, and source materials tailored just for you. Claude will even provide feedback as you write, catching grammar mistakes and strengthening arguments.                    

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

नाम Claude 4 Scholar Claude 4 Scholar
ID kjdfnlgjmcabagegbofipgfifamecneb
आधिकारिक URL https://chromewebstore.google.com/detail/claude-4-scholar/kjdfnlgjmcabagegbofipgfifamecneb
विवरण Claude 4 Scholar - Your AI Copilot powered by GPT-4
फ़ाइल का आकार 1.62 MB
स्थापना संख्या 243
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-08-12
प्रकाशन तिथि 2023-08-12
रेटिंग 3.60/5 कुल 5 रेटिंग्स
डेवलपर Answer.AI
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://answerai.pro/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_description__",
    "author": "[email protected]",
    "icons": {
        "16": "ic_icon_16.png",
        "32": "ic_icon_32.png",
        "48": "ic_icon_48.png",
        "128": "ic_icon_128.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "scripting"
    ],
    "action": {
        "default_title": "Claude 4 Scholar (Ctrl+Shift+S)"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "src\/pages\/options\/options.html",
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-61b58856.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "assets\/normalize-9d9ae4af.css",
                "assets\/index-058f7298.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*.png",
                "*.svg",
                "*.png",
                "assets\/normalize-4d2c30ed.js",
                "assets\/common-c1b0c065.js",
                "assets\/setting-f5e5a608.js",
                "assets\/index.ts-a26b5cc1.js"
            ],
            "use_dynamic_url": true
        }
    ]
}