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
官方網址 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"
}