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是由SINGAPORE XIAODUO PTE. LTD.开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载Knowme AI - Summary and mind map generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
隐私政策页面URL | 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": [ "*:\/\/*\/*" ] } ] } |