Mindie - Your AI Second Brain

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

Τι είναι το Mindie - Your AI Second Brain;

Το Mindie - Your AI Second Brain είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Squid & Fish Products, και η κύρια λειτουργία του είναι "Chat with anything from the web, be it a YouTube video, a PDF, or a blog - pretty much anything!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Mindie - Your AI Second Brain

Λήψη αρχείων επέκτασης Mindie - Your AI Second Brain σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Mindie - Your AI Second Brain Mindie - Your AI Second Brain
ID dmdfidomlghnnamjdjgpdoddgdgnkidn
Επίσημο URL https://chromewebstore.google.com/detail/mindie-your-ai-second-bra/dmdfidomlghnnamjdjgpdoddgdgnkidn
Περιγραφή Chat with anything from the web, be it a YouTube video, a PDF, or a blog - pretty much anything!
Μέγεθος Αρχείου 297 KB
Αριθμός Εγκαταστάσεων 48
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2023-10-21
Ημερομηνία Δημοσίευσης 2023-10-20
Προγραμματιστής Squid & Fish Products
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1z12rwi8-M683EbKjBUywNa32PTGrmUWgAYnrNsIkTVE/edit?usp=sharing
Υποστηριζόμενες Γλώσσες 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"
    }
}