Mind maps
The clear way to share complex information. Mind maps is a collaborative tool that helps you make sense of complex things.
Mind mapsคืออะไร?
Mind maps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eugen Guriev และคุณลักษณะหลักของมันคือ "The clear way to share complex information. Mind maps is a collaborative tool that helps you make sense of complex things."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mind maps
ดาวน์โหลดไฟล์ส่วนขยาย Mind maps ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mind maps are useful for anyone to plan, take notes, visualise information, brainstorm, solve problems, study, and share information (to name just a few). There's really no limit to their uses! Everyone who values visual thinking, in business, education, or just in their personal life can find mind maps useful to organise information. Feature list * Create colored Mind Maps with our add-on. * Save everything on local storage. Your mind maps will be with you in any time even without internet connection. * Export to PNG, SVG, JPG. * Keyboard shortcuts. * Markdown. * Emojis 🤩 * Templates. HELP MAKE THIS PLUGIN BETTER I will be very grateful if you write me your tips and suggestions on how to make the plugin even better. Write me something. 🙂. [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mind maps |
ID | apnopkndgalmmmanikgoihpnmkgflelc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mind-maps/apnopkndgalmmmanikgoihpnmkgflelc |
คำอธิบาย | The clear way to share complex information. Mind maps is a collaborative tool that helps you make sense of complex things. |
ขนาดไฟล์ | 3.23 MB |
จำนวนการติดตั้ง | 3,127 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2020-05-02 |
วันที่เผยแพร่ | 2020-05-02 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Eugen Guriev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gcofficial.github.io/mind-maps-ext |
URL หน้าช่วยเหลือ | http://beagl.in |
URL หน้านโยบายความเป็นส่วนตัว | http://beagl.in |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mind maps", "description": "The clear way to share complex information. Mind maps is a collaborative tool that helps you make sense of complex things.", "version": "1.1.0", "manifest_version": 2, "icons": { "48": "img\/icon-48x48.png", "128": "img\/icon-128x128.png" }, "browser_action": { "default_title": "Mind maps" }, "background": { "scripts": [ "background.js" ] } } |