Mind maps

The clear way to share complex information. Mind maps is a collaborative tool that helps you make sense of complex things.

What is Mind maps?

Mind maps is a Chrome extension developed by Eugen Guriev, and its main feature is "The clear way to share complex information. Mind maps is a collaborative tool that helps you make sense of complex things.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Mind maps Extension CRX File

Download Mind maps extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Mind maps Mind maps
ID apnopkndgalmmmanikgoihpnmkgflelc
Official URL https://chromewebstore.google.com/detail/mind-maps/apnopkndgalmmmanikgoihpnmkgflelc
Description The clear way to share complex information. Mind maps is a collaborative tool that helps you make sense of complex things.
File Size 3.23 MB
Installation Count 3,127
Current Version 1.1.0
Last Updated 2020-05-02
Publish Date 2020-05-02
Rating 4.00/5 Total 5 Ratings
Developer Eugen Guriev
Email [email protected]
Payment Type free
Extension Website https://gcofficial.github.io/mind-maps-ext
Help Page URL http://beagl.in
Privacy Policy Page URL http://beagl.in
Supported Languages 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"
        ]
    }
}