Contextual translator
Select the text and click the right button to translate.
ما هو Contextual translator؟
Contextual translator هو إضافة Chrome تم تطويرها بواسطة https://n10.dev، والميزة الرئيسية لها هي "Select the text and click the right button to translate.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Contextual translator
قم بتنزيل ملفات الامتداد Contextual translator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Impossible easier: - Select the text you want to translate. - Press the right mouse button. - You will get the translation in seconds. Context menu translator is a free software project. You can find the source code at: - https://github.com/edgarmiro/traductor-menu-contextual
معلومات أساسية عن التمديد
الاسم | Contextual translator |
ID | lonkkphbooogeflneiinlchdpbjmipbn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn |
الوصف | Select the text and click the right button to translate. |
حجم الملف | 41.25 KB |
عدد التثبيتات | 5,093 |
النسخة الحالية | 4.0 |
آخر تحديث | 2023-12-18 |
تاريخ النشر | 2020-03-21 |
تقييم | 3.83/5 مجموع تقييمات 54 |
المطور | https://n10.dev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://n10.dev |
اللغات المدعومة | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "4.0", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "author": "Edgar Mir\u00f3", "homepage_url": "https:\/\/www.n10.dev", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "contextMenus" ], "offline_enabled": false, "options_page": "options.html", "background": { "service_worker": "background.js" } } |