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.

Apa itu Knowme AI - Summary and mind map generator?

Knowme AI - Summary and mind map generator adalah ekstensi Chrome yang dikembangkan oleh SINGAPORE XIAODUO PTE. LTD., dan fitur utamanya adalah "As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Knowme AI - Summary and mind map generator

Unduh file ekstensi Knowme AI - Summary and mind map generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Knowme AI - Summary and mind map generator Knowme AI - Summary and mind map generator
ID ofndkipaehoicjlbapggladnabkcnkpa
URL Resmi https://chromewebstore.google.com/detail/knowme-ai-summary-and-min/ofndkipaehoicjlbapggladnabkcnkpa
Deskripsi As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos.
Ukuran File 8.33 MB
Jumlah Instalasi 265
Versi Saat Ini 0.1.9
Terakhir Diperbarui 2024-03-05
Tanggal Publikasi 2023-09-28
Penilaian 5.00/5 Total 3 Penilaian
Pengembang SINGAPORE XIAODUO PTE. LTD.
Email [email protected]
Tipe Pembayaran in_app
URL Halaman Kebijakan Privasi https://kmai.xiaoduoai.com/privacy
Bahasa yang Didukung 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}