MindZip · Remember everything you learn

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

¿Qué es MindZip · Remember everything you learn?

MindZip · Remember everything you learn es una extensión de Chrome desarrollada por https://mindzip.net, y su función principal es "Remember everything you learn! The art of learning and mastering skills twice as fast.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión MindZip · Remember everything you learn

Descarga archivos de extensión MindZip · Remember everything you learn en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre MindZip · Remember everything you learn MindZip · Remember everything you learn
ID cmkhjlckcaeahimgmlnihmphjkcccopm
URL Oficial https://chromewebstore.google.com/detail/mindzip-%C2%B7-remember-everyt/cmkhjlckcaeahimgmlnihmphjkcccopm
Descripción Remember everything you learn! The art of learning and mastering skills twice as fast.
Tamaño del Archivo 2.32 MB
Cantidad de Instalaciones 14,129
Versión Actual 2.1.14
Última Actualización 2019-03-22
Fecha de Publicación 2019-03-22
Calificación 4.50/5 Total de 62 Calificaciones
Desarrollador https://mindzip.net
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://help.mindzip.net/
URL de la Página de Política de Privacidad https://www.mindzip.net/en/privacy-policy
Idiomas Soportados 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\/*"
    ]
}