Dictionary Keep and Memorize
Keep your translated words from Google translate
ما هو Dictionary Keep and Memorize؟
Dictionary Keep and Memorize هو إضافة Chrome تم تطويرها بواسطة Armen Stepanyan، والميزة الرئيسية لها هي "Keep your translated words from Google translate".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dictionary Keep and Memorize
قم بتنزيل ملفات الامتداد Dictionary Keep and Memorize بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Keep your translated words from Google translate. Provides different quizzes that help you to memorize words.
معلومات أساسية عن التمديد
الاسم | |
ID | ablojdmhfnlipnnebmeklecobhniaofp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/dictionary-keep-and-memor/ablojdmhfnlipnnebmeklecobhniaofp |
الوصف | Keep your translated words from Google translate |
حجم الملف | 289 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.2 |
آخر تحديث | 2019-01-11 |
تاريخ النشر | 2019-01-06 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | Armen Stepanyan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://site-blocker.info/product/dictionary-keep-memorize |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery-3.3.1.js", "background.js" ] }, "browser_action": { "default_icon": "48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/translate.google.*\/*" ], "js": [ "jquery-3.3.1.js", "content_script.js" ] } ], "description": "Keep your translated words from Google translate", "icons": { "128": "128.png", "48": "48.png", "16": "32.png" }, "manifest_version": 2, "name": "Dictionary Keep and Memorize", "options_page": "options\/options.html", "permissions": [ "tabs" ], "version": "1.2" } |