Syncia - Power of ChatGPT on any website

Syncia is a browser extension that allows you to use Open AI's GPT in any website.

Syncia - Power of ChatGPT on any website란 무엇입니까?

Syncia - Power of ChatGPT on any website은(는) Srujan Gurram에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Syncia is a browser extension that allows you to use Open AI's GPT in any website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Syncia - Power of ChatGPT on any website 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Syncia enables users to chat with ChatGPT by opening a sidebar on any website by using the shortcut ctrl+shift+x. In addition, it provides a floating menu underneath any selected text on any website that allows users to generate text summaries, check grammar issues, and customise text length so on ! 

🦾 Features
🗨️ Chat with ChatGPT through a sidebar.
🔑 Use your own Open AI API key.
📜 Quick menu underneath any selected text which allows you to summarise, simplify language, translate, and more.
🗂️ Allows to store custom prompts and use them with quick menu.
💯 Fully customisable settings page.
🔐 Secure and fully Free and open source forever. (Please consider giving this project a star 🌟 and contributing 💖 to support the project.)

For more info check out 
https://github.com/Royal-lobster/Syncia


Note: 
If shortcut is not working, Enter "chrome://extensions/shortcuts", under Syncia set new keyboard shortcut for "Open the sidebar"                    

확장 프로그램 기본 정보

이름 Syncia - Power of ChatGPT on any website Syncia - Power of ChatGPT on any website
ID bhdfllifdfodbkihgmahlfmddlmfdjak
공식 URL https://chromewebstore.google.com/detail/syncia-power-of-chatgpt-o/bhdfllifdfodbkihgmahlfmddlmfdjak
설명 Syncia is a browser extension that allows you to use Open AI's GPT in any website.
파일 크기 686 KB
설치 횟수 229
현재 버전 1.3.0
최근 업데이트 2024-02-13
출시 날짜 2023-04-18
평점 5.00/5 총 5 개의 평점
개발자 Srujan Gurram
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Royal-lobster/ChatDockX
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Syncia - Power of ChatGPT on any website",
    "description": "Syncia is a browser extension that allows you to use Open AI's GPT in any website.",
    "version": "1.3.0.0",
    "version_name": "1.3.0",
    "action": {
        "default_title": "Syncia - Open Sidebar"
    },
    "commands": {
        "open-sidebar": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "Open the sidebar"
        }
    },
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/sidebar.tsx-loader-604106f0.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        },
        {
            "js": [
                "assets\/initQuickMenu.tsx-loader-1649cc3e.js",
                "assets\/listenContextMenu.tsx-loader-74c7ac95.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "all_frames": true,
            "css": [
                "assets\/initQuickMenu-a28a6254.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "src\/pages\/sidebar\/index.html",
                "images\/robot.png",
                "src\/pages\/settings\/index.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/logs-2880b7ec.js",
                "assets\/sidebar.tsx-18ac6425.js",
                "assets\/useThemeSync-8264183d.js",
                "assets\/index.module-75d9c0f0.js",
                "assets\/usePrompts-ce942c8b.js",
                "assets\/generatePromptInSidebar-c57f48db.js",
                "assets\/default-8e441d14.js",
                "assets\/index-0731641d.js",
                "assets\/initQuickMenu.tsx-4279da9d.js",
                "assets\/getStoredPrompts-a025c7b0.js",
                "assets\/listenContextMenu.tsx-0cc710b9.js"
            ],
            "use_dynamic_url": true
        }
    ]
}