Luna - ChatGPT for Chrome

ChatGPT for Chrome

Luna - ChatGPT for Chrome란 무엇입니까?

Luna - ChatGPT for Chrome은(는) https://justgetluna.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChatGPT for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Luna - ChatGPT for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Unlock a seamless ChatGPT experience —right from your browser.
Just use Luna and join 30k+ users worldwide saving hours of their time.

It's free. No account required.

🔍 Instant ChatGPT from Search Bar
Type “l” followed by your query in the search bar and jump straight into a ChatGPT convo. Say goodbye to Google and hello to instantaneous chat!

⌨️ ChatGPT from anywhere Shortcut
Press CTRL+SHIFT+K on Windows and CMD+SHIFT+K on Mac to instantly open a new ChatGPT tab from anywhere.

🖱 Context-Menu Magic
Highlight text on any webpage, right-click, and shoot it over to ChatGPT. Contextual insights are just a click away.

Want to support me? Follow me on Twitter: twitter.com/alexburlis                    

확장 프로그램 기본 정보

이름 Luna - ChatGPT for Chrome Luna - ChatGPT for Chrome
ID bignkmclhhmhagjojehblmmaifljphfe
공식 URL https://chromewebstore.google.com/detail/luna-chatgpt-for-chrome/bignkmclhhmhagjojehblmmaifljphfe
설명 ChatGPT for Chrome
파일 크기 59.28 KB
설치 횟수 35,975
현재 버전 1.0.2
최근 업데이트 2023-11-18
출시 날짜 2022-12-08
평점 4.77/5 총 13 개의 평점
개발자 https://justgetluna.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://go.justgetluna.com/support
도움말 페이지 URL https://go.justgetluna.com
개인정보 보호 정책 페이지 URL https://go.alexburlis.com/luna-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Luna - ChatGPT for Chrome",
    "description": "ChatGPT for Chrome",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-34.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/queryHandler.js-loader-6a2dff48.js",
                "assets\/utils.js-loader-0fc27ede.js",
                "assets\/main.js-loader-1e0d200e.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "omnibox": {
        "keyword": "l"
    },
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-34.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "assets\/utils.js",
                "assets\/queryHandler.js",
                "assets\/main.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "commands": {
        "openChatgptHotkey": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "windows": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K",
                "chromeos": "Ctrl+Shift+K"
            },
            "description": "Luna - Open ChatGPT"
        }
    }
}