Morfix Translator
Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click
ما هو Morfix Translator؟
Morfix Translator هو إضافة Chrome تم تطويرها بواسطة yoavdevacc، والميزة الرئيسية لها هي "Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Morfix Translator
قم بتنزيل ملفات الامتداد Morfix Translator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Translate words from English to Hebrew and vice versa in a new tab using Morfix with a Single Click
معلومات أساسية عن التمديد
الاسم | Morfix Translator |
ID | iokfdpkjimlhkobipplfhkkeenbdfame |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame |
الوصف | Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click |
حجم الملف | 20.31 KB |
عدد التثبيتات | 296 |
النسخة الحالية | 0.11 |
آخر تحديث | 2021-02-18 |
تاريخ النشر | 2021-02-18 |
المطور | yoavdevacc |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Morfix Translator", "version": "0.11", "permissions": [ "contextMenus" ], "description": "Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "index.html" }, "manifest_version": 2 } |