One-Click Translate Selection
Simply select some text and translate from context menu
ما هو One-Click Translate Selection؟
One-Click Translate Selection هو إضافة Chrome تم تطويرها بواسطة Christo Tsvetanov، والميزة الرئيسية لها هي "Simply select some text and translate from context menu".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة One-Click Translate Selection
قم بتنزيل ملفات الامتداد One-Click Translate Selection بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easy for using, with all the features of Google™ Translation. After installation of the extension, you will see the Options window to make the tuning.
معلومات أساسية عن التمديد
الاسم | One-Click Translate Selection |
ID | cioclchdhgppnbpapkicbhlhbeldplld |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld |
الوصف | Simply select some text and translate from context menu |
حجم الملف | 44.61 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 3.02 |
آخر تحديث | 2022-12-31 |
تاريخ النشر | 2015-07-24 |
تقييم | 2.95/5 مجموع تقييمات 22 |
المطور | Christo Tsvetanov |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One-Click Translate Selection", "description": "Simply select some text and translate from context menu", "version": "3.02", "manifest_version": 3, "permissions": [ "contextMenus", "storage" ], "options_page": "options.html", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |