SideChat - The fastest way to use ChatGPT

The fastest way to use ChatGPT

什麼是SideChat - The fastest way to use ChatGPT?

SideChat - The fastest way to use ChatGPT是由https://sidechat.ai開發的Chrome擴展程式,該擴展的主要功能是“The fastest way to use ChatGPT”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載SideChat - The fastest way to use ChatGPT擴展crx文件

下載SideChat - The fastest way to use ChatGPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Sidechat is the fastest way to use ChatGPT

Use ChatGPT better, faster, and from everywhere with SideChat.

- everything you are used to from ChatGPT but inside any browser tab
- blazingly fast, access via one click or keystroke
- direct Interface to OpenAI's ChatGPT
- pick your own assistant type
- Quick Actions like "Summarize text"
- 100% privacy-friendly
- free-to-use
- works on any website
- dark and light themes                    

擴展基本資訊

名稱 SideChat - The fastest way to use ChatGPT SideChat - The fastest way to use ChatGPT
ID jocbiknfgjbpgejhmcnkcjhgfnkijdji
官方網址 https://chromewebstore.google.com/detail/sidechat-the-fastest-way/jocbiknfgjbpgejhmcnkcjhgfnkijdji
簡介 The fastest way to use ChatGPT
檔案大小 1.27 MB
安裝次數 226
目前版本 0.0.8
更新時間 2023-04-01
上架時間 2023-03-18
開發者 https://sidechat.ai
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.sidechat.ai/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.33d6b020.png",
        "32": "icon32.plasmo.27afc861.png",
        "48": "icon48.plasmo.8ba71e59.png",
        "64": "icon64.plasmo.3309652e.png",
        "128": "icon128.plasmo.218fa34e.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.33d6b020.png",
            "32": "icon32.plasmo.27afc861.png",
            "48": "icon48.plasmo.8ba71e59.png",
            "64": "icon64.plasmo.3309652e.png",
            "128": "icon128.plasmo.218fa34e.png"
        }
    },
    "version": "0.0.8",
    "author": "Dennis Kortsch",
    "name": "SideChat - The fastest way to use ChatGPT",
    "description": "The fastest way to use ChatGPT",
    "background": {
        "service_worker": "background.f3daaf77.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.284d3b09.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*"
    ],
    "commands": {
        "show-content": {
            "suggested_key": {
                "default": "Ctrl+Y",
                "mac": "Command+E"
            },
            "description": "Open popup"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "main.33b84a85.css",
                "main.3ea489dc.png",
                "main.e351c7cf.png"
            ]
        }
    ]
}