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.

Qu'est-ce que Knowme AI - Summary and mind map generator ?

Knowme AI - Summary and mind map generator est une extension Chrome développée par SINGAPORE XIAODUO PTE. LTD., et sa fonction principale est "As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Knowme AI - Summary and mind map generator

Téléchargez les fichiers d'extension Knowme AI - Summary and mind map generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Knowme AI - Summary and mind map generator Knowme AI - Summary and mind map generator
ID ofndkipaehoicjlbapggladnabkcnkpa
URL Officiel https://chromewebstore.google.com/detail/knowme-ai-summary-and-min/ofndkipaehoicjlbapggladnabkcnkpa
Description As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos.
Taille du Fichier 8.33 MB
Nombre d'Installations 265
Version Actuelle 0.1.9
Dernière Mise à Jour 2024-03-05
Date de Publication 2023-09-28
Évaluation 5.00/5 Total 3 Évaluations
Développeur SINGAPORE XIAODUO PTE. LTD.
Email [email protected]
Type de Paiement in_app
URL de la Page de Politique de Confidentialité https://kmai.xiaoduoai.com/privacy
Langues Prises en Charge 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}