Localization for Chrome

Les termes du glossaire directement sur localize et dans l10n_client

ما هو Localization for Chrome؟

Localization for Chrome هو إضافة Chrome تم تطويرها بواسطة OSInet، والميزة الرئيسية لها هي "Les termes du glossaire directement sur localize et dans l10n_client".

تحميل ملف CRX للإضافة Localization for Chrome

قم بتنزيل ملفات الامتداد Localization for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}