Mindie - Your AI Second Brain

Chat with anything from the web, be it a YouTube video, a PDF, or a blog - pretty much anything!

Qu'est-ce que Mindie - Your AI Second Brain ?

Mindie - Your AI Second Brain est une extension Chrome développée par Squid & Fish Products, et sa fonction principale est "Chat with anything from the web, be it a YouTube video, a PDF, or a blog - pretty much anything!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mindie - Your AI Second Brain

Téléchargez les fichiers d'extension Mindie - Your AI Second Brain 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

                        Mindie: Your Gateway to Conversations with the Web, Powered by ChatGPT

Imagine the ability to strike up a conversation with anything you encounter on the web, whether it's a YouTube video, a PDF document, or a blog post - in essence, virtually anything! Mindie harnesses the power of ChatGPT to empower you with this incredible capability, seamlessly bridging the gap between you and the digital universe.

Features That Will Delight You:

🔍 Instant Page Summaries: Attain a profound understanding of any article or webpage with just a single glance.

🎙 Quick Queries: Pose your questions directly about a web page from your browser's toolbar, eliminating the hassle of switching between multiple tabs.                    

Informations de Base sur l'Extension

Nom Mindie - Your AI Second Brain Mindie - Your AI Second Brain
ID dmdfidomlghnnamjdjgpdoddgdgnkidn
URL Officiel https://chromewebstore.google.com/detail/mindie-your-ai-second-bra/dmdfidomlghnnamjdjgpdoddgdgnkidn
Description Chat with anything from the web, be it a YouTube video, a PDF, or a blog - pretty much anything!
Taille du Fichier 297 KB
Nombre d'Installations 48
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-10-21
Date de Publication 2023-10-20
Développeur Squid & Fish Products
Email [email protected]
Type de Paiement in_app
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1z12rwi8-M683EbKjBUywNa32PTGrmUWgAYnrNsIkTVE/edit?usp=sharing
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mindie - Your AI Second Brain",
    "short_name": "MD",
    "version": "0.0.1",
    "description": "Chat with anything from the web, be it a YouTube video, a PDF, or a blog - pretty much anything!",
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "192": "\/icons\/icon192.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html"
    }
}