Jisho MonoOboe
Remember the words that you search the most on jisho.org
Τι είναι το Jisho MonoOboe;
Το Jisho MonoOboe είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MyNameIsKir, και η κύρια λειτουργία του είναι "Remember the words that you search the most on jisho.org".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Jisho MonoOboe
Λήψη αρχείων επέκτασης Jisho MonoOboe σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
In your language learning adventure, you're looking up hundreds, then thousands of words. But there's that one- no those few words that you keep looking up but you can't quite remember which ones they are. And what was that word you looked up just a few minutes ago? That's where MonoOboe comes in. Keep track of the words you search for the most, and your ten most recent searches. It's a simple tool to help enable you to adapt your Japanese vocabulary to your own needs. Questions? Comments? Please feel free to shoot me an email at [email protected]
Βασικές Πληροφορίες Επέκτασης
Όνομα | Jisho MonoOboe |
ID | cbncpialklacboecpececmlnallkdkje |
Επίσημο URL | https://chromewebstore.google.com/detail/jisho-monooboe/cbncpialklacboecpececmlnallkdkje |
Περιγραφή | Remember the words that you search the most on jisho.org |
Μέγεθος Αρχείου | 9.4 MB |
Αριθμός Εγκαταστάσεων | 409 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2018-05-22 |
Ημερομηνία Δημοσίευσης | 2018-05-22 |
Αξιολόγηση | 4.75/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | MyNameIsKir |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jisho MonoOboe", "version": "1.0", "manifest_version": 2, "description": "Remember the words that you search the most on jisho.org", "author": "MyNameIsKir", "permissions": [ "storage", "activeTab" ], "browser_action": { "default_icon": { "48": "assets\/icon.png" } }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.jisho.org\/*" ], "css": [ "styles\/monooboe.css" ], "js": [ "scripts\/monooboe.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "pages\/*" ] } |