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.
Cos'è Knowme AI - Summary and mind map generator?
Knowme AI - Summary and mind map generator è un'estensione di Chrome sviluppata da SINGAPORE XIAODUO PTE. LTD., e la sua funzione principale è "As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Knowme AI - Summary and mind map generator
Scarica i file di estensione Knowme AI - Summary and mind map generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Knowme AI - Summary and mind map generator |
ID | ofndkipaehoicjlbapggladnabkcnkpa |
URL Ufficiale | https://chromewebstore.google.com/detail/knowme-ai-summary-and-min/ofndkipaehoicjlbapggladnabkcnkpa |
Descrizione | As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos. |
Dimensione del File | 8.33 MB |
Conteggio Installazioni | 265 |
Versione Corrente | 0.1.9 |
Ultimo Aggiornamento | 2024-03-05 |
Data di Pubblicazione | 2023-09-28 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | SINGAPORE XIAODUO PTE. LTD. |
[email protected] | |
Tipo di Pagamento | in_app |
URL della Pagina della Politica sulla Privacy | https://kmai.xiaoduoai.com/privacy |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } ] } |