Translator
Right Click to translate selected text using Google Translate
ما هو Translator؟
Translator هو إضافة Chrome تم تطويرها بواسطة Jofen، والميزة الرئيسية لها هي "Right Click to translate selected text using Google Translate".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Translator
قم بتنزيل ملفات الامتداد Translator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Translate selected text or full page A handy tool to translate selected text or the full active page into your choice of languages. Customize your favorites languages. How to translate text: Select required text on any web page and right click to select "Translate Selected. How to translate full page: Right click and select "Translate Full Page"
معلومات أساسية عن التمديد
الاسم | Translator |
ID | condlopdddofpgcdjfnoepbdkcgckmgb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/translator/condlopdddofpgcdjfnoepbdkcgckmgb |
الوصف | Right Click to translate selected text using Google Translate |
حجم الملف | 22.66 KB |
عدد التثبيتات | 133,761 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-06-26 |
تاريخ النشر | 2019-06-25 |
تقييم | 3.91/5 مجموع تقييمات 32 |
المطور | Jofen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Translator", "description": "Right Click to translate selected text using Google Translate", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "js\/common.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false, "chrome_style": true }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "activeTab", "contextMenus", "storage" ] } |