Knowme AI - Summary and mind map generator

As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos.

Knowme AI - Summary and mind map generator क्या है?

Knowme AI - Summary and mind map generator SINGAPORE XIAODUO PTE. LTD. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Knowme AI - Summary and mind map generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        1. The mind map can be downloaded in Xmind format and support edit.
2. Ask questions about the content, and intelligently analyse and reply.
3. It supports articles or documents of up to 300,000 words in a single piece.                    

एक्सटेंशन की मूल जानकारी

नाम Knowme AI - Summary and mind map generator Knowme AI - Summary and mind map generator
ID ofndkipaehoicjlbapggladnabkcnkpa
आधिकारिक URL https://chromewebstore.google.com/detail/knowme-ai-summary-and-min/ofndkipaehoicjlbapggladnabkcnkpa
विवरण As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos.
फ़ाइल का आकार 8.33 MB
स्थापना संख्या 265
वर्तमान संस्करण 0.1.9
अंतिम अपडेट 2024-03-05
प्रकाशन तिथि 2023-09-28
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर SINGAPORE XIAODUO PTE. LTD.
ईमेल [email protected]
भुगतान के प्रकार in_app
गोपनीयता नीति पृष्ठ URL https://kmai.xiaoduoai.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.1.9",
    "author": "[email protected]",
    "default_locale": "en",
    "icons": {
        "16": "knowme.png",
        "32": "knowme.png",
        "48": "knowme.png",
        "128": "knowme.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "\u77e5\u6211AI",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "css": [
                "static\/css\/content.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}