Free Mind Map Creator

Friction free mind map creator! For more feature and Google Drive integration, visit our website!

Vad är Free Mind Map Creator?

Free Mind Map Creator är en Chrome-tillägg utvecklad av https://minddraw.io, och dess huvudfunktion är "Friction free mind map creator! For more feature and Google Drive integration, visit our website!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Free Mind Map Creator-förlängningens CRX-fil

Ladda ner Free Mind Map Creator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Free Mind Map Creator Free Mind Map Creator
ID dkbcljcbmgdplgkijcjljmkakkpkoppa
Officiell webbadress https://chromewebstore.google.com/detail/free-mind-map-creator/dkbcljcbmgdplgkijcjljmkakkpkoppa
Beskrivning Friction free mind map creator! For more feature and Google Drive integration, visit our website!
Filstorlek 2.78 MB
Antal Installationer 2,554
Aktuell Version 1.0
Senast Uppdaterad 2019-04-05
Publiceringsdatum 2019-04-04
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare https://minddraw.io
Betalningssätt free
Tilläggswebbplats https://minddraw.io
Hjälpsida URL https://minddraw.io/contact
Stödda Språk 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"
        ]
    }
}