Hello Vocabulary
Should I memorize this vocabulary
Τι είναι το Hello Vocabulary;
Το Hello Vocabulary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον coherence0815, και η κύρια λειτουργία του είναι "Should I memorize this vocabulary".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hello Vocabulary
Λήψη αρχείων επέκτασης Hello Vocabulary σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
When I visited a website, there were some vocabularies that I didn't know what they mean. I looked up the dictionary to see their meanings. At that moment, there was one thing coming into my mind. How can I know if I should memorize those vocabularies or not? If those vocabularies are popular in the TOEFL, IELTS, etc., I should definitely memorize them. As the result, I built this tool to see if I should memorize those vocabularies or not.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Hello Vocabulary |
ID | klgmnlnhghflkhmckiajnkllfjkgkiji |
Επίσημο URL | https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji |
Περιγραφή | Should I memorize this vocabulary |
Μέγεθος Αρχείου | 58.93 KB |
Αριθμός Εγκαταστάσεων | 59 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2016-11-20 |
Ημερομηνία Δημοσίευσης | 2016-11-20 |
Προγραμματιστής | coherence0815 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/HemingwayLee/HelloVocabulary |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/HemingwayLee/HelloVocabulary |
Υποστηριζόμενες Γλώσσες | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hello Vocabulary", "description": "Should I memorize this vocabulary", "version": "1.2", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "activeTab" ] } |