Mindi

Mindi - Fully automated, AI-powered bookmarks.

Mindiとは何ですか?

Mindiはhttps://www.mindi.aiによって開発されたChromeの拡張機能で、その主な機能は「Mindi - Fully automated, AI-powered bookmarks.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Mindi拡張機能のCRXファイルをダウンロード

Mindi拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Fully automated, AI-powered bookmarks.

Mindi categorizes all your bookmarks for you, so you don’t have to.

How it works:
1. Save bookmarks with a tap
2. Mindi tags it for you
3. Find it when you need it 

Use Mindi to collect:
📄️  Websites
📝  Articles to read later
📺️  YouTube videos
🛒  Wishlist items
📽️  Movies to watch later
🐦️  Tweets, 🌆  Images & 📜  Quotes
📝  Notes

Privacy policy: 
https://mindi.ai/privacypolicy/

*Requires an account on https://mindi.ai                    

拡張機能の基本情報

名前 Mindi Mindi
ID ampahphdfinoengojgdmhmaakmngmfbk
公式URL https://chrome.google.com/webstore/detail/mindi/ampahphdfinoengojgdmhmaakmngmfbk
説明 Mindi - Fully automated, AI-powered bookmarks.
ファイルサイズ 92.24 KB
インストール数 598
現在のバージョン 0.39.0
最終更新日 2023-08-14
公開日 2022-06-27
開発者 https://www.mindi.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://app.mindi.ai
プライバシーポリシーページのURL https://mindi.ai/privacypolicy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mindi",
    "description": "Mindi - Fully automated, AI-powered bookmarks.",
    "version": "0.39.0",
    "permissions": [
        "activeTab",
        "cookies",
        "contextMenus",
        "notifications",
        "scripting",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "http:\/\/localhost\/*",
        "http:\/\/localhost:8080\/*",
        "http:\/\/localhost:8081\/*",
        "http:\/\/*.mindiai.ai\/*",
        "https:\/\/*.zoomio.org\/*",
        "https:\/\/*.tagify.app\/*",
        "https:\/\/*.mindi.ai\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Mindi",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "http:\/\/localhost:8080\/*",
            "http:\/\/localhost:8081\/*",
            "http:\/\/app.mindiai.ai\/*",
            "https:\/\/*.zoomio.org\/*",
            "https:\/\/*.tagify.app\/*",
            "https:\/\/*.mindi.ai\/*"
        ]
    }
}