GoTranslate Web Localizer
GoTranslate - Website Translation & Contribution Plugin with Sentence-level support from C-DAC GIST, Pune, India
GoTranslate Web Localizerคืออะไร?
GoTranslate Web Localizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CDAC GIST และคุณลักษณะหลักของมันคือ "GoTranslate - Website Translation & Contribution Plugin with Sentence-level support from C-DAC GIST, Pune, India"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoTranslate Web Localizer
ดาวน์โหลดไฟล์ส่วนขยาย GoTranslate Web Localizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
# Benefits and Features: * The main benefit of this extension is to enable end users to visit their choice of websites in their chosen Indian language, even if the website is not offering a localized version initially. * The translations provided by this extension are domain specific and validated by our team of language experts. * It also remembers the localization preference of websites you visit more often and loads these websites in your chosen languages automatically upon further visits. * You can also switch between website's original and localized version easily or even can see the contents in other languages too without leaving same page. * It also enables end users to contribute translations via its in-context translation features, this can further improve the quality of translations and experience of visitors of these websites in near future. In order to use contribution features, you need to be logged in either as Guest or Registered User.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GoTranslate Web Localizer |
ID | lcmdfppjojeebpjblgmookbnfmbnjhhh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gotranslate-web-localizer/lcmdfppjojeebpjblgmookbnfmbnjhhh |
คำอธิบาย | GoTranslate - Website Translation & Contribution Plugin with Sentence-level support from C-DAC GIST, Pune, India |
ขนาดไฟล์ | 2.31 MB |
จำนวนการติดตั้ง | 180 |
เวอร์ชันปัจจุบัน | 1.0.2.4 |
อัปเดตครั้งล่าสุด | 2024-02-23 |
วันที่เผยแพร่ | 2020-03-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | CDAC GIST |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://localisation.gov.in/ |
URL หน้านโยบายความเป็นส่วนตัว | 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": "__MSG_extensionName__", "version": "1.0.2.4", "version_name": "1.0.2.4", "short_name": "__MSG_extensionShortName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "icons": { "16": "resources\/images\/icon_24.png", "48": "resources\/images\/icon_48.png", "128": "resources\/images\/icon_128.png" }, "browser_action": { "default_icon": "resources\/images\/icon_128.png", "default_title": "__MSG_extensionName__" }, "author": "Kapil Dev Karma (kkapil[at]cdac[dot]in), Chaitali Shinde (chaitalis[at]cdac[dot]in)", "background": { "scripts": [ "resources\/min_scripts\/plugin-settings.min.js", "resources\/libraries\/jquery.js", "resources\/libraries\/psl.min.js", "resources\/libraries\/crypto-js.min.js", "resources\/min_scripts\/storage-manager.min.js", "resources\/min_scripts\/toolbar-settings.min.js", "resources\/min_scripts\/captcha-manager.min.js", "resources\/min_scripts\/services.min.js", "resources\/min_scripts\/background.min.js" ] }, "options_page": "options\/index.html", "permissions": [ "unlimitedStorage", "tabs", "contextMenus", "storage", "management", "notifications", "alarms", " |