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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
개인정보 보호 정책 페이지 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": [ "*:\/\/*\/*" ] } ] } |