Linguee-Translator
Translate words using the Linguee.com service.
ما هو Linguee-Translator؟
Linguee-Translator هو إضافة Chrome تم تطويرها بواسطة Javier، والميزة الرئيسية لها هي "Translate words using the Linguee.com service.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Linguee-Translator
قم بتنزيل ملفات الامتداد Linguee-Translator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A WebExtension for translating words using the Linguee.com service. معلومات أساسية عن التمديد
| الاسم | |
| ID | mfmgafeloljkhohdgfahfegkkhjakkpl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/linguee-translator/mfmgafeloljkhohdgfahfegkkhjakkpl |
| الوصف | Translate words using the Linguee.com service. |
| حجم الملف | 410 KB |
| عدد التثبيتات | 2,192 |
| النسخة الحالية | 1.1.0 |
| آخر تحديث | 2020-04-08 |
| تاريخ النشر | 2020-04-07 |
| تقييم | 4.78/5 مجموع تقييمات 9 |
| المطور | Javier |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/javierdwd/linguee-browser-extension |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Linguee-Translator",
"version": "1.1.0",
"description": "Translate words using the Linguee.com service.",
"icons": {
"16": "images\/icons\/icon16.png",
"32": "images\/icons\/icon32.png",
"48": "images\/icons\/icon48.png",
"64": "images\/icons\/icon64.png",
"96": "images\/icons\/icon96.png",
"128": "images\/icons\/icon128.png"
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"permissions": [
"*:\/\/*.linguee.com\/*",
"activeTab",
"storage"
],
"browser_action": {
"default_title": "Linguee-Translator",
"default_icon": {
"32": "images\/icons\/icon32.png"
},
"default_popup": "html\/popup.html"
}
} | |