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ファイルをダウンロード

Localization for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 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
Eメール [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"
}