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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Free Mind Map Creator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Free Mind Map Creator Free Mind Map Creator
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"
        ]
    }
}