Yandex Slovari search
This extention searches selected word in yandex slovari online dictionary service
ما هو Yandex Slovari search؟
Yandex Slovari search هو إضافة Chrome تم تطويرها بواسطة meshcheryakov83، والميزة الرئيسية لها هي "This extention searches selected word in yandex slovari online dictionary service".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Yandex Slovari search
قم بتنزيل ملفات الامتداد Yandex Slovari search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Searches select word in Yandex Slovari online dictionary service
معلومات أساسية عن التمديد
الاسم | |
ID | ohondjaplghgcllfnbiifemnjhleenmo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/yandex-slovari-search/ohondjaplghgcllfnbiifemnjhleenmo |
الوصف | This extention searches selected word in yandex slovari online dictionary service |
حجم الملف | 13.08 KB |
عدد التثبيتات | 10 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-10-30 |
تاريخ النشر | 2015-10-30 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | meshcheryakov83 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yandex Slovari search", "description": "This extention searches selected word in yandex slovari online dictionary service", "version": "1.0", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon48.png", "default_title": "Yandex Slovari" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus" ] } |