Mindi

Mindi - Fully automated, AI-powered bookmarks.

Mindiคืออะไร?

Mindi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mindi.ai และคุณลักษณะหลักของมันคือ "Mindi - Fully automated, AI-powered bookmarks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mindi

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
        ]
    }
}