MindZip · Remember everything you learn

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

ما هو MindZip · Remember everything you learn؟

MindZip · Remember everything you learn هو إضافة Chrome تم تطويرها بواسطة https://mindzip.net، والميزة الرئيسية لها هي "Remember everything you learn! The art of learning and mastering skills twice as fast.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة MindZip · Remember everything you learn

قم بتنزيل ملفات الامتداد MindZip · Remember everything you learn بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم MindZip · Remember everything you learn MindZip · Remember everything you learn
ID cmkhjlckcaeahimgmlnihmphjkcccopm
عنوان URL الرسمي https://chromewebstore.google.com/detail/mindzip-%C2%B7-remember-everyt/cmkhjlckcaeahimgmlnihmphjkcccopm
الوصف Remember everything you learn! The art of learning and mastering skills twice as fast.
حجم الملف 2.32 MB
عدد التثبيتات 14,129
النسخة الحالية 2.1.14
آخر تحديث 2019-03-22
تاريخ النشر 2019-03-22
تقييم 4.50/5 مجموع تقييمات 62
المطور https://mindzip.net
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://help.mindzip.net/
عنوان صفحة سياسة الخصوصية https://www.mindzip.net/en/privacy-policy
اللغات المدعومة 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\/*"
    ]
}