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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Easy MindMap - Second Brain एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}