Mind maps

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

¿Qué es Mind maps?

Mind maps es una extensión de Chrome desarrollada por Eugen Guriev, y su función principal es "The clear way to share complex information. Mind maps is a collaborative tool that helps you make sense of complex things.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Mind maps

Descarga archivos de extensión Mind maps en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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]                    

Información Básica de la Extensión

Nombre Mind maps Mind maps
ID apnopkndgalmmmanikgoihpnmkgflelc
URL Oficial https://chromewebstore.google.com/detail/mind-maps/apnopkndgalmmmanikgoihpnmkgflelc
Descripción The clear way to share complex information. Mind maps is a collaborative tool that helps you make sense of complex things.
Tamaño del Archivo 3.23 MB
Cantidad de Instalaciones 3,127
Versión Actual 1.1.0
Última Actualización 2020-05-02
Fecha de Publicación 2020-05-02
Calificación 4.00/5 Total de 5 Calificaciones
Desarrollador Eugen Guriev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://gcofficial.github.io/mind-maps-ext
URL de la Página de Ayuda http://beagl.in
URL de la Página de Política de Privacidad http://beagl.in
Idiomas Soportados 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"
        ]
    }
}