Claude 4 Scholar

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

Claude 4 Scholar란 무엇입니까?

Claude 4 Scholar은(는) Answer.AI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Claude 4 Scholar - Your AI Copilot powered by GPT-4"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Claude 4 Scholar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    ]
}