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 هو إضافة Chrome تم تطويرها بواسطة 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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Knowme AI - Summary and mind map generator
قم بتنزيل ملفات الامتداد Knowme AI - Summary and mind map generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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": [ "*:\/\/*\/*" ] } ] } |