Memorize!
A lightweight extension that helps you to learn / memorize given answers to given questions.
Memorize! क्या है?
Memorize! GrantZvolsky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A lightweight extension that helps you to learn / memorize given answers to given questions."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Memorize! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Memorize! Is a lightweight application that helps you to remember extensive amounts of boring information. I have developed it for myself because I often lack the motivation to keep repeating for more than 10 minutes. Here is how it works: 1) you enter a list of questions and answers in the following format: [question1]:[ansqer1] [question2]:[answer2] Example (learning german vocabulary): Inventor:der erfinder Artist:der Kunstler Painter:der Maler History:die Geschichte German culture:die deutsche kultur and so on. 2) Set the interval between asking each question. 3) Click start. Questions are shuffled. When you answer correctly on the first or second try, the question will be removed from the list of asked questions. Questions will be asked until you are able to answer every single of them correctly, or until you click stop. Good luck memorizing!
एक्सटेंशन की मूल जानकारी
नाम | Memorize! |
ID | jfiakckbklmccchjegnnojbalafebakb |
आधिकारिक URL | https://chromewebstore.google.com/detail/memorize/jfiakckbklmccchjegnnojbalafebakb |
विवरण | A lightweight extension that helps you to learn / memorize given answers to given questions. |
फ़ाइल का आकार | 96.03 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.4.6 |
अंतिम अपडेट | 2021-07-05 |
प्रकाशन तिथि | 2012-04-13 |
रेटिंग | 4.55/5 कुल 22 रेटिंग्स |
डेवलपर | GrantZvolsky |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.4.6", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "en", "background": { "page": "background.html" }, "browser_action": { "default_title": "Memorize!", "default_icon": "ico-128.png", "default_popup": "popup.html" }, "permissions": [], "icons": { "128": "ico-128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |