Word Of The Day!
Displays one new vocabulary word each day, it's definition and an example sentence from around the web.
Τι είναι το Word Of The Day!;
Το Word Of The Day! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Troy Sultan, και η κύρια λειτουργία του είναι "Displays one new vocabulary word each day, it's definition and an example sentence from around the web.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Word Of The Day!
Λήψη αρχείων επέκτασης Word Of The Day! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Word Of The Day! displays one new vocabulary word each day and it's definition, along with 1-2 example sentences from around the web. Note: Vocabulary words do not update over the weekend. v 1.2 changes: minor bug fixes, font and color updates. v 1.3 changes: design/UI updates. v 1.4 changes: fixed word spacing and broken links. v 1.5 changes: Updated data handling Please comment with feature/improvement suggestions! :-)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Word Of The Day! |
ID | kloedcdpipobfmidkoafhmmmlpfjjehl |
Επίσημο URL | https://chromewebstore.google.com/detail/word-of-the-day/kloedcdpipobfmidkoafhmmmlpfjjehl |
Περιγραφή | Displays one new vocabulary word each day, it's definition and an example sentence from around the web. |
Μέγεθος Αρχείου | 77.91 KB |
Αριθμός Εγκαταστάσεων | 5,233 |
Τρέχουσα Έκδοση | 1.5.1 |
Τελευταία Ενημέρωση | 2014-09-04 |
Ημερομηνία Δημοσίευσης | 2014-09-04 |
Αξιολόγηση | 4.00/5 Συνολικά 19 Αξιολογήσεις |
Προγραμματιστής | Troy Sultan |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Of The Day!", "version": "1.5.1", "manifest_version": 2, "description": "Displays one new vocabulary word each day, it's definition and an example sentence from around the web.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/api.wordnik.com\/" ] } |