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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |