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.
Was ist Knowme AI - Summary and mind map generator?
Knowme AI - Summary and mind map generator ist eine Chrome-Erweiterung, die von SINGAPORE XIAODUO PTE. LTD. entwickelt wurde, und ihr Hauptmerkmal ist "As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos.".
Erweiterungsscreenshots
Knowme AI - Summary and mind map generator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Knowme AI - Summary and mind map generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Knowme AI - Summary and mind map generator |
ID | ofndkipaehoicjlbapggladnabkcnkpa |
Offizielle URL | https://chromewebstore.google.com/detail/knowme-ai-summary-and-min/ofndkipaehoicjlbapggladnabkcnkpa |
Beschreibung | As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos. |
Dateigröße | 8.33 MB |
Installationsanzahl | 265 |
Aktuelle Version | 0.1.9 |
Letztes Update | 2024-03-05 |
Veröffentlichungsdatum | 2023-09-28 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | SINGAPORE XIAODUO PTE. LTD. |
[email protected] | |
Zahlungsart | in_app |
URL der Datenschutzrichtlinien-Seite | https://kmai.xiaoduoai.com/privacy |
Unterstützte Sprachen | 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": [ "*:\/\/*\/*" ] } ] } |