Easy MindMap - Second Brain

Learn everything, and make it easy. Easy Mind Map is a tool that helps you learn anything you want to know, fast! Easy Mind Map…

Easy MindMap - Second Brain란 무엇입니까?

Easy MindMap - Second Brain은(는) https://mindmapvn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn everything, and make it easy. Easy Mind Map is a tool that helps you learn anything you want to know, fast! Easy Mind Map…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Easy MindMap - Second Brain 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Learn everything, and make it easy.

Easy Mind Map is a tool that helps you learn anything you want to know, fast! Easy Mind Map will have you covered whether it's learning a new language or getting a better job.

You can use it on your computer, and we've got tons of great lessons for all ages, from our youngest learners up to adults interested in learning more about the world around them. Our goal is to help people feel confident in their abilities and abilities to learn—so whether you're trying to improve your memory or just want to brush up on your math skills, we've got something for you.

Mind mapping is a great way to organize ideas and make it easier to remember them. But what if you could create your mind map in one place, where you could access your notes at any time?

We've created Easy MindMap It's like a digital notebook for your mind map—it's easy to use, and you can share your notes with anyone who wants to see them. You can set reminders for yourself so you don't forget important things!

Easy Mind Map helps you:

* Organize all of your thoughts in one place

* Create Mind Maps that are easier to read                    

확장 프로그램 기본 정보

이름 Easy MindMap - Second Brain Easy MindMap - Second Brain
ID bdbncenlamlomlbbdllabhniflkblnfh
공식 URL https://chromewebstore.google.com/detail/easy-mindmap-second-brain/bdbncenlamlomlbbdllabhniflkblnfh
설명 Learn everything, and make it easy. Easy Mind Map is a tool that helps you learn anything you want to know, fast! Easy Mind Map…
파일 크기 2.55 MB
설치 횟수 264
현재 버전 1.0.3
최근 업데이트 2023-06-19
출시 날짜 2022-07-26
평점 5.00/5 총 2 개의 평점
개발자 https://mindmapvn.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://mindmapvn.com
도움말 페이지 URL https://chrome.google.com/webstore/detail/easy-mindmap-second-brain/bdbncenlamlomlbbdllabhniflkblnfh?hl=en&authuser=1
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/97f38f3d-ce56-4df6-b0be-061dc4e74828
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "React App",
    "name": "Easy MindMap - Second Brain",
    "start_url": ".",
    "display": "standalone",
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "version": "1.0.3",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": "logo.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/static\/js\/content.js",
                "bootstrap.js",
                "jquery.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}