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"
    }
}