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 là gì?
Syncia - Power of ChatGPT on any website là một tiện ích mở rộng Chrome được phát triển bởi Srujan Gurram, và tính năng chính của nó là "Syncia is a browser extension that allows you to use Open AI's GPT in any website.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Syncia - Power of ChatGPT on any website
Tải xuống các tệp mở rộng Syncia - Power of ChatGPT on any website dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Syncia - Power of ChatGPT on any website |
ID | bhdfllifdfodbkihgmahlfmddlmfdjak |
URL Chính Thức | https://chromewebstore.google.com/detail/syncia-power-of-chatgpt-o/bhdfllifdfodbkihgmahlfmddlmfdjak |
Mô tả | Syncia is a browser extension that allows you to use Open AI's GPT in any website. |
Kích Thước Tệp | 686 KB |
Số Lần Cài Đặt | 229 |
Phiên Bản Hiện Tại | 1.3.0 |
Cập Nhật Lần Cuối | 2024-02-13 |
Ngày Phát Hành | 2023-04-18 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Srujan Gurram |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Royal-lobster/ChatDockX |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*", " |