Free Mind Map Creator
Friction free mind map creator! For more feature and Google Drive integration, visit our website!
Free Mind Map Creatorとは何ですか?
Free Mind Map Creatorはhttps://minddraw.ioによって開発されたChromeの拡張機能で、その主な機能は「Friction free mind map creator! For more feature and Google Drive integration, visit our website!」です。
拡張機能のスクリーンショット
Free Mind Map Creator拡張機能のCRXファイルをダウンロード
Free Mind Map Creator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Our map presents you an easy way to create a friction-free mind map with interactive look, awesome features and best of all, it's 100% free. Our application is deeply integrated with Google Drive so you can always save your work in the cloud, export it to your devices and share them among your colleagues. 拡張機能の基本情報
| 名前 | |
| ID | dkbcljcbmgdplgkijcjljmkakkpkoppa |
| 公式URL | https://chromewebstore.google.com/detail/free-mind-map-creator/dkbcljcbmgdplgkijcjljmkakkpkoppa |
| 説明 | Friction free mind map creator! For more feature and Google Drive integration, visit our website! |
| ファイルサイズ | 2.78 MB |
| インストール数 | 2,554 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2019-04-05 |
| 公開日 | 2019-04-04 |
| 評価 | 2.00/5 合計 1 レビュー |
| 開発者 | https://minddraw.io |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://minddraw.io |
| ヘルプページのURL | https://minddraw.io/contact |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Free Mind Map Creator",
"version": "1.0",
"manifest_version": 2,
"description": "Friction free mind map creator! For more feature and Google Drive integration, visit our website!",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {
"512": "logo_512.png",
"256": "logo_256.png",
"128": "logo_128.png",
"96": "logo_96.png",
"64": "logo_64.png",
"48": "logo_48.png",
"32": "logo_32.png",
"16": "logo_16.png"
},
"browser_action": {
"default_icon": {
"512": "logo_512.png",
"256": "logo_256.png",
"128": "logo_128.png",
"96": "logo_96.png",
"64": "logo_64.png",
"48": "logo_48.png",
"32": "logo_32.png",
"16": "logo_16.png"
}
},
"background": {
"scripts": [
"launch.js"
]
}
} | |