Mind maps

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

Cos'è Mind maps?

Mind maps è un'estensione di Chrome sviluppata da Eugen Guriev, e la sua funzione principale è "The clear way to share complex information. Mind maps is a collaborative tool that helps you make sense of complex things.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mind maps

Scarica i file di estensione Mind maps in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Mind maps Mind maps
ID apnopkndgalmmmanikgoihpnmkgflelc
URL Ufficiale https://chromewebstore.google.com/detail/mind-maps/apnopkndgalmmmanikgoihpnmkgflelc
Descrizione The clear way to share complex information. Mind maps is a collaborative tool that helps you make sense of complex things.
Dimensione del File 3.23 MB
Conteggio Installazioni 3,127
Versione Corrente 1.1.0
Ultimo Aggiornamento 2020-05-02
Data di Pubblicazione 2020-05-02
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore Eugen Guriev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gcofficial.github.io/mind-maps-ext
URL della Pagina di Aiuto http://beagl.in
URL della Pagina della Politica sulla Privacy http://beagl.in
Lingue Supportate 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"
        ]
    }
}