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 |
| 公式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 |
| Eメール | [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"
]
}
} | |