Integrated Language
Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing.
Τι είναι το Integrated Language;
Το Integrated Language είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shavavo, και η κύρια λειτουργία του είναι "Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Integrated Language
Λήψη αρχείων επέκτασης Integrated Language σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing. By selecting the Language and difficulty, this extension will replace nouns, common phrases, and certain verbs with the language and frequency you specify. Integrated Language is easy to use. Simply select the language you want to learn, the difficulty (frequency of translations), hit start, and watch your page transform. To view the original English, hover over the item. 1/16/17 WHITELISTING AND QUIZLET INTEGRATION ADDED Whitelisting allows you to keep Integrated Language on or off for each domain. Quizlet integration has now been added. Simply connect your account and create notecards by clicking on the translated words in the webpage. Quickly test out your new words with the built-in quick flashcard view.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Integrated Language |
ID | gecndgpfcacjllppgiffgfdhpdgibjan |
Επίσημο URL | https://chromewebstore.google.com/detail/integrated-language/gecndgpfcacjllppgiffgfdhpdgibjan |
Περιγραφή | Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing. |
Μέγεθος Αρχείου | 777 KB |
Αριθμός Εγκαταστάσεων | 53 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2019-03-08 |
Ημερομηνία Δημοσίευσης | 2019-03-08 |
Αξιολόγηση | 4.33/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | Shavavo |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Integrated Language", "description": "Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing.", "version": "1.0.3", "content_scripts": [ { "matches": [ "*:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/jquery.min.js", "lib\/compromise.js", "inject.js" ], "run_at": "document_end" } ], "icons": { "128": "ILLogo.png" }, "background": { "scripts": [ "config.js", "lib\/jquery.min.js", "lib\/bootstrap.min.js", "lib\/compromise.js", "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "storage", "identity", "https:\/\/api.quizlet.com\/2.0\/*" ] } |