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은(는) Squid & Fish Products에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chat with anything from the web, be it a YouTube video, a PDF, or a blog - pretty much anything!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Mindie - Your AI Second Brain 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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