Mind maps

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

Mind maps란 무엇입니까?

Mind maps은(는) Eugen Guriev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The clear way to share complex information. Mind maps is a collaborative tool that helps you make sense of complex things."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Mind maps 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Mind maps Mind maps
ID apnopkndgalmmmanikgoihpnmkgflelc
공식 URL https://chromewebstore.google.com/detail/mind-maps/apnopkndgalmmmanikgoihpnmkgflelc
설명 The clear way to share complex information. Mind maps is a collaborative tool that helps you make sense of complex things.
파일 크기 3.23 MB
설치 횟수 3,127
현재 버전 1.1.0
최근 업데이트 2020-05-02
출시 날짜 2020-05-02
평점 4.00/5 총 5 개의 평점
개발자 Eugen Guriev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gcofficial.github.io/mind-maps-ext
도움말 페이지 URL http://beagl.in
개인정보 보호 정책 페이지 URL http://beagl.in
지원되는 언어 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"
        ]
    }
}