ai-o: Chat with AI side-by-side, GPT-4 Turbo
Chat with images. Chat folders. Custom Prompts. Prompt chains. Prompt history. Speech input & TTS.
ai-o: Chat with AI side-by-side, GPT-4 Turbo란 무엇입니까?
ai-o: Chat with AI side-by-side, GPT-4 Turbo은(는) https://ai-o-app.vercel.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chat with images. Chat folders. Custom Prompts. Prompt chains. Prompt history. Speech input & TTS."입니다.
확장 프로그램 스크린샷
ai-o: Chat with AI side-by-side, GPT-4 Turbo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ai-o is an All-in-one AI assistant equipped with the most advanced AI models such as GPT-4 Turbo & Vision to assist you with Q&A, writing, translating and more. How to use: - Option (MacOS) / Alt (Windows) + A to activate the sidebar. Features: - 🌐 Chat with Al whilst browsing the web, side by side. Always-visible sidebar. - ✨ Chat with latest OpenAI models: GPT-3.5 Turbo, GPT-4 Turbo, GPT-4 Vision on any website - 🗂️ Chat folders to keep your chats organized - ⬇️ Import ChatGPT chat history - 📖 Create custom prompts with support for prompt variables - 🔗 Create prompt chains, run multiple prompts in sequence with one-click - 🕛 Chat history - 🔎 Advanced chat history search for finding chats and messages - 💬 Prompt history - 🗣️ Voice dictation (Speech-to-text) - 👂🏻 Text-to-speech playback - 🔁 Sync chats & folder across multiple devices - ⌨️ Keyboard shortcuts - 🌑☀️ Dark & light mode support Coming (very) soon: - 📝 AI Writer - 🌏 AI Translator - 📧 AI Email assistant - 📄 Chat with PDF - 🌐 Chat with webpage - 😈 Open-source & uncensored models - 🤖 Create your own AI Assistant - 🧠 Create and Chat with custom knowledge-base
확장 프로그램 기본 정보
이름 | ai-o: Chat with AI side-by-side, GPT-4 Turbo |
ID | pcaggbifahmhpklhmbcmclgmkkcgedop |
공식 URL | https://chromewebstore.google.com/detail/ai-o-chat-with-ai-side-by/pcaggbifahmhpklhmbcmclgmkkcgedop |
설명 | Chat with images. Chat folders. Custom Prompts. Prompt chains. Prompt history. Speech input & TTS. |
파일 크기 | 2.28 MB |
설치 횟수 | 418 |
현재 버전 | 0.0.600 |
최근 업데이트 | 2024-01-30 |
출시 날짜 | 2024-01-02 |
평점 | 3.75/5 총 4 개의 평점 |
개발자 | https://ai-o-app.vercel.app |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://ai-o-app.vercel.app/privacy-policy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "default_popup": "popup.html" }, "version": "0.0.600", "author": "Edmund Yong", "name": "ai-o: Chat with AI side-by-side, GPT-4 Turbo", "description": "Chat with images. Chat folders. Custom Prompts. Prompt chains. Prompt history. Speech input & TTS.", "background": { "service_worker": "static\/background\/index.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "side_panel": { "default_path": "sidepanel.html" }, "permissions": [ "storage", "sidePanel", "background" ], "content_scripts": [ { "matches": [ "https:\/\/www.plasmo.com\/*" ], "js": [ "content.883ade9e.js" ], "css": [] } ], "host_permissions": [ "https:\/\/chat.openai.com\/api\/*" ], "web_accessible_resources": [ { "resources": [ "options.html", "sidepanel.html" ], "matches": [ " |