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
电子邮箱 [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"
}