Relingo - Master words from any webpage
Reading based on interest and mastering vocabulary unconsciously
Τι είναι το Relingo - Master words from any webpage;
Το Relingo - Master words from any webpage είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://relingo.net, και η κύρια λειτουργία του είναι "Reading based on interest and mastering vocabulary unconsciously".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Relingo - Master words from any webpage
Λήψη αρχείων επέκτασης Relingo - Master words from any webpage σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Help master vocabulary when you read English articles or watch videos. Relingo can assist you in visiting websites content quickly you are interested in and gradually learning and remembering words while browsing. ★ Master words based on your reading context Master English words gradually while reading/watching on any web platform such as Medium, Facebook, Twitter, BBS, and YouTube. And Learn English from any websites you are interested such as BBS, WSJ, The Economist, Techcrunch, The Verge. ★ Youtube subtitles and Learn with Youtube Watch youtube videos and learn English words from subtitles. Supports dual subtitles and highlight subtitles. ★ Highlight and mark words fit for your English level or target Highlights and translate words based on your CERF level, your favorite vocabulary, and IETLS, TOFEL, and GRE vocabulary ★ Create your personal wordbooks to collect and learn in daily reading Collect words when you reading on a website or watching a video. Import your own words to learn. Export your own vocabulary to ANKI or CSV anytime. ★ No English study pressure, unconsciously Skim the article and master the new words faster and more efficiently. Let reciting words no longer be a difficult task. ★ Flash your English study memory anytime anywhere Help you flash your memory with flashcards, tips, and emails to help your refresh your memory. ★ Support multiple languages to learn English Supports studying English with Chinese, Korean, Japanese, French, Spanish, and Portuguese ★ Learn your English study performance Offers study reports to help you learn your English study based on daily weekly and monthly
Βασικές Πληροφορίες Επέκτασης
Όνομα | Relingo - Master words from any webpage |
ID | dpphkcfmnbkdpmgneljgdhfnccnhmfig |
Επίσημο URL | https://chromewebstore.google.com/detail/relingo-master-words-from/dpphkcfmnbkdpmgneljgdhfnccnhmfig |
Περιγραφή | Reading based on interest and mastering vocabulary unconsciously |
Μέγεθος Αρχείου | 5.48 MB |
Αριθμός Εγκαταστάσεων | 25,027 |
Τρέχουσα Έκδοση | 3.4.0 |
Τελευταία Ενημέρωση | 2024-02-26 |
Ημερομηνία Δημοσίευσης | 2022-01-02 |
Αξιολόγηση | 4.67/5 Συνολικά 468 Αξιολογήσεις |
Προγραμματιστής | https://relingo.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://relingo.net/privacy |
Υποστηριζόμενες Γλώσσες | en,fr,es,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_PKG_NAME__", "description": "__MSG_PKG_DESC__", "default_locale": "en", "version": "3.4.0", "permissions": [ "storage", "tabs", "contextMenus" ], "action": { "default_title": "popup" }, "background": { "service_worker": "build\/background.js" }, "icons": { "16": "icons\/icon-48.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "commands": { "toggle": { "suggested_key": { "default": "Alt+E", "mac": "MacCtrl+E" }, "description": "add or remove whitelist\/blacklist" }, "fullTextTranslate": { "suggested_key": { "default": "Alt+F", "mac": "MacCtrl+F" }, "description": "toggle full text translate" }, "setting": { "suggested_key": { "default": "Alt+S", "mac": "MacCtrl+S" }, "description": "Open setting" } }, "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "build\/content.js" ], "css": [ "build\/content.css" ], "run_at": "document_end", "all_frames": true } ] } |