Memorize
Help you remember terms and definitions by repeatedly reminding you a random term in your custom set using the chrome notification.
Memorize क्या है?
Memorize Hà Đinh Việt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help you remember terms and definitions by repeatedly reminding you a random term in your custom set using the chrome notification."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Memorize एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
== Features == ✓ Totally free. ✓ Simple input method. ✓ Quiz mode will give you more efficient while learning. ✓ Highly customizable display and notification mode: + Show only term + Show only definition + Show random term in list + Mute/Unmute notification + Allow to configure notification display interval == How to use? == Simply place your list of terms and definitions in the input, separate your term and definition with a TAB character (see my screenshot), for example: 食[TAB]Meal こにちわ[TAB]Hello Hello[TAB]Bonjour == Enjoying Memorize? Please rate! == If you like Memorize, please help spread the word by giving it a 5 star rating. == Feedback and bug reports == Memorize is still in beta, if you found some bugs or issues, please let me know so I can fix it as soon as possible. == Note == Be sure your OS's notification center is turn ON. Works great in Windows 10, I have not tested in Mac OS yet. ------------------------- Happy studying!
एक्सटेंशन की मूल जानकारी
नाम | Memorize |
ID | lcdcimlkaneihfjboiomfiigpcfllbig |
आधिकारिक URL | https://chromewebstore.google.com/detail/memorize/lcdcimlkaneihfjboiomfiigpcfllbig |
विवरण | Help you remember terms and definitions by repeatedly reminding you a random term in your custom set using the chrome notification. |
फ़ाइल का आकार | 1.14 MB |
स्थापना संख्या | 724 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2018-11-30 |
प्रकाशन तिथि | 2018-11-30 |
रेटिंग | 3.60/5 कुल 5 रेटिंग्स |
डेवलपर | Hà Đinh Việt |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Memorize", "version": "1.0.1", "description": "Help you remember terms and definitions by repeatedly reminding you a random term in your custom set using the chrome notification.", "permissions": [ "declarativeContent", "storage", "unlimitedStorage", "notifications" ], "background": { "scripts": [ "js\/html2canvas.js", "js\/functions.js", "js\/background.js" ], "persistent": false }, "icons": { "16": "images\/ico_16.png", "32": "images\/ico_32.png", "48": "images\/ico_48.png", "128": "images\/ico_128.png" }, "browser_action": { "default_popup": "views\/popup.html", "default_icon": { "16": "images\/ico_16.png", "32": "images\/ico_32.png", "48": "images\/ico_48.png", "128": "images\/ico_128.png" }, "default_title": "Memorize" }, "manifest_version": 2 } |