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文件

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