Vocabulary
Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
Τι είναι το Vocabulary;
Το Vocabulary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Joe, και η κύρια λειτουργία του είναι "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Vocabulary
Λήψη αρχείων επέκτασης Vocabulary σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lkkbfikfdjgeoncmlljmhpnecmpahlkc |
Επίσημο URL | https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc |
Περιγραφή | Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box |
Μέγεθος Αρχείου | 8.85 KB |
Αριθμός Εγκαταστάσεων | 298 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2018-12-31 |
Ημερομηνία Δημοσίευσης | 2018-12-31 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Joe |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "vocabulary.js" ] }, "description": "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box", "icons": { "16": "vocab-medium.png" }, "manifest_version": 2, "name": "Vocabulary", "page_action": { "default_icon": { "16": "vocab-medium.png" } }, "permissions": [ "contextMenus", "tabs" ], "version": "0.1" } |