GoTranslate Web Localizer

GoTranslate - Website Translation & Contribution Plugin with Sentence-level support from C-DAC GIST, Pune, India

GoTranslate Web Localizer란 무엇입니까?

GoTranslate Web Localizer은(는) CDAC GIST에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GoTranslate - Website Translation & Contribution Plugin with Sentence-level support from C-DAC GIST, Pune, India"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

GoTranslate Web Localizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        # 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 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",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "css": [
                "resources\/libraries\/jquery-ui.css",
                "resources\/libraries\/tooltipster.css",
                "resources\/libraries\/toastr.css",
                "resources\/libraries\/font-awesome.min.css",
                "resources\/styles\/FloatingKeyboard.css",
                "resources\/styles\/CDAC-Typing-Script-Style.css",
                "resources\/styles\/cdac-gist-fonts.css",
                "resources\/styles\/cdac-gist-toolbar.css",
                "resources\/styles\/cdac-bootstrap.css",
                "resources\/styles\/page.css"
            ],
            "js": [
                "resources\/libraries\/jquery.js",
                "resources\/libraries\/jquery.scoped.js",
                "resources\/libraries\/jquery-ui.js",
                "resources\/libraries\/jquery.caret.js",
                "resources\/libraries\/tooltipster.js",
                "resources\/libraries\/toastr.js",
                "resources\/libraries\/sanitize-html.min.js",
                "resources\/libraries\/wysihtml.js",
                "resources\/libraries\/wysihtml.toolbar.js",
                "resources\/libraries\/advanced.js",
                "resources\/libraries\/psl.min.js",
                "resources\/libraries\/crypto-js.min.js",
                "resources\/min_scripts\/storage-manager.min.js",
                "resources\/min_scripts\/final-scraper.min.js",
                "resources\/min_scripts\/LanguagesArray.min.js",
                "resources\/min_scripts\/FloatingKeyboard.min.js",
                "resources\/min_scripts\/CDAC-Typing.min.js",
                "resources\/min_scripts\/toolbar-settings.min.js",
                "resources\/min_scripts\/notification.min.js",
                "resources\/min_scripts\/validator.min.js",
                "resources\/min_scripts\/cdac-bootstrap.min.js",
                "resources\/min_scripts\/final-normalizer.min.js",
                "resources\/min_scripts\/final-segmenter.min.js",
                "resources\/min_scripts\/final-observer.min.js",
                "resources\/min_scripts\/controller.min.js",
                "resources\/min_scripts\/contentScript.min.js",
                "resources\/min_scripts\/gist-search.min.js",
                "resources\/min_scripts\/final-export.min.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "style-src 'self' 'unsafe-inline'; script-src 'self'; frame-src 'self'; object-src 'self'; font-src 'self' https:\/\/gisttransserver.in;",
    "web_accessible_resources": [
        "resources\/images\/icon_128.png",
        "resources\/images\/gistlogo.png",
        "resources\/images\/c-dacLogo.png",
        "resources\/images\/badge.png",
        "resources\/images\/close.png",
        "resources\/images\/close-icon.png",
        "resources\/images\/loading_image.gif",
        "resources\/images\/logging_in.gif",
        "resources\/images\/shield.png",
        "resources\/images\/arrow_down.png",
        "resources\/images\/go-Translate.png",
        "resources\/images\/CDAC-GIST.bmp",
        "resources\/images\/minus.png",
        "resources\/images\/plus.png",
        "resources\/images\/reset.png",
        "resources\/images\/sound_off.png",
        "resources\/images\/sound_on.png",
        "resources\/images\/TypingIcon.png",
        "resources\/images\/KbdIcon.ico",
        "resources\/fonts\/*",
        "resources\/styles\/cdac-gist-toolbar.css",
        "resources\/styles\/cdac-bootstrap.css",
        "resources\/libraries\/font-awesome.min.css",
        "resources\/libraries\/jquery.js",
        "resources\/libraries\/wysihtml.js",
        "resources\/libraries\/wysihtml.toolbar.js",
        "resources\/libraries\/advanced.js",
        "resources\/images\/cdac-logo.svg",
        "resources\/images\/bhashini-logo.png"
    ]
}