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.

Qu'est-ce que ai-o: Chat with AI side-by-side, GPT-4 Turbo ?

ai-o: Chat with AI side-by-side, GPT-4 Turbo est une extension Chrome développée par https://ai-o-app.vercel.app, et sa fonction principale est "Chat with images. Chat folders. Custom Prompts. Prompt chains. Prompt history. Speech input & TTS.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ai-o: Chat with AI side-by-side, GPT-4 Turbo

Téléchargez les fichiers d'extension ai-o: Chat with AI side-by-side, GPT-4 Turbo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ai-o: Chat with AI side-by-side, GPT-4 Turbo ai-o: Chat with AI side-by-side, GPT-4 Turbo
ID pcaggbifahmhpklhmbcmclgmkkcgedop
URL Officiel https://chromewebstore.google.com/detail/ai-o-chat-with-ai-side-by/pcaggbifahmhpklhmbcmclgmkkcgedop
Description Chat with images. Chat folders. Custom Prompts. Prompt chains. Prompt history. Speech input & TTS.
Taille du Fichier 2.28 MB
Nombre d'Installations 418
Version Actuelle 0.0.600
Dernière Mise à Jour 2024-01-30
Date de Publication 2024-01-02
Évaluation 3.75/5 Total 4 Évaluations
Développeur https://ai-o-app.vercel.app
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://ai-o-app.vercel.app/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/www.plasmo.com\/*"
            ],
            "resources": [
                "content.6e038a4b.css"
            ]
        }
    ],
    "commands": {
        "open_chat": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "Open Chat view"
        },
        "open_chat_history": {
            "suggested_key": {
                "default": "Alt+D",
                "mac": "Alt+D"
            },
            "description": "Open Chat History view"
        },
        "open_folders": {
            "suggested_key": {
                "default": "Alt+F",
                "mac": "Alt+F"
            },
            "description": "Open Folders view"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "Toggle Sidebar"
        }
    }
}