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 là gì?

Knowme AI - Summary and mind map generator là một tiện ích mở rộng Chrome được phát triển bởi SINGAPORE XIAODUO PTE. LTD., và tính năng chính của nó là "As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Knowme AI - Summary and mind map generator

Tải xuống các tệp mở rộng Knowme AI - Summary and mind map generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Knowme AI - Summary and mind map generator Knowme AI - Summary and mind map generator
ID ofndkipaehoicjlbapggladnabkcnkpa
URL Chính Thức https://chromewebstore.google.com/detail/knowme-ai-summary-and-min/ofndkipaehoicjlbapggladnabkcnkpa
Mô tả As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos.
Kích Thước Tệp 8.33 MB
Số Lần Cài Đặt 265
Phiên Bản Hiện Tại 0.1.9
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2023-09-28
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển SINGAPORE XIAODUO PTE. LTD.
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://kmai.xiaoduoai.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}