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] 擴展基本資訊
| 名稱 | |
| ID | apnopkndgalmmmanikgoihpnmkgflelc |
| 官方網址 | 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"
]
}
} | |