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是由Eugen Guriev开发的Chrome扩展程序,该扩展的主要功能是“The clear way to share complex information. Mind maps is a collaborative tool that helps you make sense of complex things.”。
扩展截图
下载Mind maps扩展crx文件
下载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" ] } } |