MindZip · Remember everything you learn

Remember everything you learn! The art of learning and mastering skills twice as fast.

Co to jest MindZip · Remember everything you learn?

MindZip · Remember everything you learn to rozszerzenie Chrome opracowane przez https://mindzip.net, a jego główną funkcją jest „Remember everything you learn! The art of learning and mastering skills twice as fast.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MindZip · Remember everything you learn

Pobierz pliki rozszerzeń MindZip · Remember everything you learn w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Remember everything you learn. Knowledge that we do not repeat or apply fades quickly. **With just 5 minutes of MindZip a day, you can internalize all the key points from up to 20 books per year!** How often do you struggle to recall facts that you’ve already learned? MindZip · The art of learning and mastering skills twice as fast. 

With MindZip you can internalize the key thoughts from blogs, books, audiobooks, educational videos like Ted talks, online courses like Udemy, Coursera, lectures in school and university and more. 

MindZip is also a smart bookmark tool, you can bookmark any source in the web with your thoughts attached. 

How frustrating is it to spend hours reading and then having to read it  again and again and again to get the key details to stick? 

Don’t worry, you’re not alone:

Our human brain forgets up to 70% of newly learned information within the first week.  

The solution? 

Breaking information into bite-sized chunks of compressed knowledge and learning it through smart repetition. 

Introducing MindZip, the fun and easy way to convert new details into long-term memory. Our virtual Study Coach organizes the essentials from your whole library and prepares optimized daily repetition sessions.  

With MindZip you can easily: 

•	Enter exams and job interviews with confidence. 

•	Replace bad habits with good new ones. 

•	Prepare your mind for social interactions and dating.      

•	Master challenging situations by recalling successful approaches.                                      


It’s all about your mindset, this is your MOST VALUABLE asset. Don’t waste it! 

Swipe through the best business books. Swipe through dating tips. Swipe through study notes. 

Swipe your way to a better mind and a better life. 

Whether you want to discover and subscribe to existing collections of thoughts or create your own, MindZip is the learning tool to boost your study results. 

•	Subscribe to collections of thoughts from the marketplace.

•	Learn and master skills in half the time. 

•	Create your own key thoughts and make them stick.

•	Publish collections of key thoughts to build an audience. 

•	Connect with like-minded users. 

MindZip doesn’t replace your reading materials -- it extends them, so that the information contained within will stay with you forever.  

Whatever TOPIC you want to MASTER, you can achieve it with MindZip. 

Download MindZip now and start learning the right way.                    

Podstawowe informacje o rozszerzeniu

Nazwa MindZip · Remember everything you learn MindZip · Remember everything you learn
ID cmkhjlckcaeahimgmlnihmphjkcccopm
Oficjalny URL https://chromewebstore.google.com/detail/mindzip-%C2%B7-remember-everyt/cmkhjlckcaeahimgmlnihmphjkcccopm
Opis Remember everything you learn! The art of learning and mastering skills twice as fast.
Rozmiar pliku 2.32 MB
Liczba instalacji 14,129
Aktualna Wersja 2.1.14
Ostatnia Aktualizacja 2019-03-22
Data Publikacji 2019-03-22
Ocena 4.50/5 Łącznie 62 Oceny
Deweloper https://mindzip.net
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://help.mindzip.net/
Adres URL Strony Polityki Prywatności https://www.mindzip.net/en/privacy-policy
Obsługiwane Języki id,de,en,fr,vi,es,es-419,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "MindZipAddon",
    "version": "2.1.14",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "homepage_url": "https:\/\/editor.mindzip.net",
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "background",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "__MSG_appName__"
    },
    "web_accessible_resources": [
        "popup.html",
        "styles\/contentscript.css",
        "scripts\/inject.js",
        "scripts\/injectShow.js",
        "scripts\/reloader.js",
        "fonts\/*"
    ]
}