Look^Up
Japanese dictionary and flashcards
ما هو Look^Up؟
Look^Up هو إضافة Chrome تم تطويرها بواسطة prestonfrom، والميزة الرئيسية لها هي "Japanese dictionary and flashcards".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Look^Up
قم بتنزيل ملفات الامتداد Look^Up بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a beta version of Look^Up, a dictionary/flashcard extension for English-speakers studying Japanese. The dictionary uses the same dictionary files as Rikai-kun. The differences are in the presentation and flashcards. Please share any comments/questions you may have!
معلومات أساسية عن التمديد
الاسم | |
ID | ogpcgmfoniphkknlfmgijlkdlfaccklc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/lookup/ogpcgmfoniphkknlfmgijlkdlfaccklc |
الوصف | Japanese dictionary and flashcards |
حجم الملف | 3.33 MB |
عدد التثبيتات | 13 |
النسخة الحالية | 0.5.0 |
آخر تحديث | 2016-04-19 |
تاريخ النشر | 2016-04-19 |
تقييم | 3.00/5 مجموع تقييمات 1 |
المطور | prestonfrom |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Look^Up", "description": "Japanese dictionary and flashcards", "version": "0.5.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon-bitty.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "view.js" ], "all_frame": true } ], "permissions": [ "contextMenus", "tabs" ], "web_accessible_resources": [ "corner.png", "nolinkTiny.png", "linkTiny.png", "data\/dict.txt", "flashcards.html", "popup.html", "popup.js" ] } |