Remember It
The best tool for learning words. Creating flashcards and reviewing words has never been easier.
Τι είναι το Remember It;
Το Remember It είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://rmmbrit.com, και η κύρια λειτουργία του είναι "The best tool for learning words. Creating flashcards and reviewing words has never been easier.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Remember It
Λήψη αρχείων επέκτασης Remember It σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Builtin Dictionary (Alt+Click) ====================== Using Remember It’s browser extension, you can look up a word’s definition and make a flashcard instantly in the web page you’re viewing (English/French/German/Spanish/Italian/Portuguese dictionaries are supported). Use Your Favorite Dictionary ====================== The browser extension also enables you to make your own flashcards using your favorite dictionary. Supported dictionary sites are: * http://merriam-webster.com * http://dictionary.cambridge.org * http://www.ldoceonline.com * http://urbandictionary.com * http://dic.naver.com If you want another dictionary support, please email us. [email protected]
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | dffodgojikaglklfegjnmbdoehbamoon |
Επίσημο URL | https://chrome.google.com/webstore/detail/remember-it/dffodgojikaglklfegjnmbdoehbamoon |
Περιγραφή | The best tool for learning words. Creating flashcards and reviewing words has never been easier. |
Μέγεθος Αρχείου | 312 KB |
Αριθμός Εγκαταστάσεων | 412 |
Τρέχουσα Έκδοση | 0.3.5 |
Τελευταία Ενημέρωση | 2015-08-07 |
Ημερομηνία Δημοσίευσης | 2015-08-07 |
Αξιολόγηση | 3.58/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | https://rmmbrit.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.3.5", "name": "Remember It", "description": "The best tool for learning words. Creating flashcards and reviewing words has never been easier.", "icons": { "48": "ico_48.png", "128": "ico_128.png", "256": "ico_256.png" }, "browser_action": { "default_icon": { "38": "ico_38.png" }, "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "http:\/\/rmmbrit.com\/", "https:\/\/rmmbrit.com\/", "https:\/\/clients5.google.com\/" ], "background": { "scripts": [ "tabs.js", "zepto-1.1.6.js", "underscore.js", "backbone.js", "common.js", "background.js" ] }, "content_scripts": [ { "matches": [ " |