Go Translate
Translation Plug-in from CDAC-GIST
ما هو Go Translate؟
Go Translate هو إضافة Chrome تم تطويرها بواسطة CDAC GIST، والميزة الرئيسية لها هي "Translation Plug-in from CDAC-GIST".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Go Translate
قم بتنزيل ملفات الامتداد Go Translate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This plug-in can be used to translate website(s) dynamically / on the fly just by the click of a button.
معلومات أساسية عن التمديد
الاسم | Go Translate |
ID | cfmeoigobgkgnepgmpbecadegpcenllg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/go-translate/cfmeoigobgkgnepgmpbecadegpcenllg |
الوصف | Translation Plug-in from CDAC-GIST |
حجم الملف | 680 KB |
عدد التثبيتات | 901 |
النسخة الحالية | 2.3.6.3 |
آخر تحديث | 2020-03-17 |
تاريخ النشر | 2020-03-15 |
تقييم | 4.09/5 مجموع تقييمات 11 |
المطور | CDAC GIST |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://localization.gov.in |
عنوان صفحة المساعدة | http://localization.gov.in/index.php/article-category/2013-11-15-08-56-11 |
عنوان صفحة سياسة الخصوصية | http://www.cdac.in/index.aspx?id=privacy_policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go Translate", "version": "2.3.6.3", "short_name": "GIST Translator-Contributor", "description": "Translation Plug-in from CDAC-GIST", "icons": { "16": "image\/icon_24.png", "48": "image\/icon_48.png", "128": "image\/icon_128.png" }, "browser_action": { "default_icon": "image\/icon_128.png", "default_title": "Go Translate" }, "author": "Reena Rana", "background": { "scripts": [ "js\/jquery.js", "js\/services.js", "js\/crypto-js.min.js", "js\/storage-manager.min.js", "js\/toolbar-settings.min.js", "js\/background.min.js" ], "persistent": true }, "options_page": "html\/options.html", "permissions": [ "unlimitedStorage", "tabs", "contextMenus", "storage", " |