azerdict translate
Translate just by clicking right button of your mouse on a selected text
ما هو azerdict translate؟
azerdict translate هو إضافة Chrome تم تطويرها بواسطة https://azerdict.com، والميزة الرئيسية لها هي "Translate just by clicking right button of your mouse on a selected text".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة azerdict translate
قم بتنزيل ملفات الامتداد azerdict translate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | azerdict translate |
ID | cmejnhocibjplgciikcpnbhopfinjcea |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/azerdict-translate/cmejnhocibjplgciikcpnbhopfinjcea |
الوصف | Translate just by clicking right button of your mouse on a selected text |
حجم الملف | 5.47 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2015-09-04 |
تاريخ النشر | 2015-09-03 |
المطور | https://azerdict.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "default_locale": "en", "minimum_chrome_version": "6.0.0.0", "homepage_url": "http:\/\/azerdict.com", "offline_enabled": false, "version": "1.1.0", "page_action": { "default_icon": "azerdict-icon-little.png", "default_title": "__MSG_extTitle__" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extDesc__", "name": "__MSG_extName__", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "azerdict-icon-little.png", "16": "azerdict-icon-little.png" }, "manifest_version": 2 } |