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.

Co to jest Knowme AI - Summary and mind map generator?

Knowme AI - Summary and mind map generator to rozszerzenie Chrome opracowane przez SINGAPORE XIAODUO PTE. LTD., a jego główną funkcją jest „As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Knowme AI - Summary and mind map generator

Pobierz pliki rozszerzeń Knowme AI - Summary and mind map generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Knowme AI - Summary and mind map generator Knowme AI - Summary and mind map generator
ID ofndkipaehoicjlbapggladnabkcnkpa
Oficjalny URL https://chromewebstore.google.com/detail/knowme-ai-summary-and-min/ofndkipaehoicjlbapggladnabkcnkpa
Opis As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos.
Rozmiar pliku 8.33 MB
Liczba instalacji 265
Aktualna Wersja 0.1.9
Ostatnia Aktualizacja 2024-03-05
Data Publikacji 2023-09-28
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper SINGAPORE XIAODUO PTE. LTD.
E-mail [email protected]
Typ Płatności in_app
Adres URL Strony Polityki Prywatności https://kmai.xiaoduoai.com/privacy
Obsługiwane Języki 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}