Localization for Chrome

Les termes du glossaire directement sur localize et dans l10n_client

Localization for Chrome란 무엇입니까?

Localization for Chrome은(는) OSInet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Les termes du glossaire directement sur localize et dans l10n_client"입니다.

Localization for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Localization for Chrome Localization for Chrome
ID bkdahfjadbbcgmdhfeiimlleancbmabp
공식 URL https://chrome.google.com/webstore/detail/localization-for-chrome/bkdahfjadbbcgmdhfeiimlleancbmabp
설명 Les termes du glossaire directement sur localize et dans l10n_client
파일 크기 70.02 KB
설치 횟수 38
현재 버전 1.5.2
최근 업데이트 2017-10-29
출시 날짜 2017-10-29
개발자 OSInet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://localize.drupal.org/
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Localization for Chrome",
    "version": "1.5.2",
    "default_local": "fr",
    "description": "Les termes du glossaire directement sur localize et dans l10n_client",
    "icons": {
        "48": "icon-48.png",
        "128": "icon.png"
    },
    "author": "izus",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "l10n_detection.js"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "http:\/\/localize.drupal.org\/",
    "permissions": [
        "",
        "notifications",
        "tabs"
    ],
    "short_name": "l10n_client"
}