Localization for Chrome

Les termes du glossaire directement sur localize et dans l10n_client

Vad är Localization for Chrome?

Localization for Chrome är en Chrome-tillägg utvecklad av OSInet, och dess huvudfunktion är "Les termes du glossaire directement sur localize et dans l10n_client".

Ladda ner Localization for Chrome-förlängningens CRX-fil

Ladda ner Localization for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Localization for Chrome Localization for Chrome
ID bkdahfjadbbcgmdhfeiimlleancbmabp
Officiell webbadress https://chrome.google.com/webstore/detail/localization-for-chrome/bkdahfjadbbcgmdhfeiimlleancbmabp
Beskrivning Les termes du glossaire directement sur localize et dans l10n_client
Filstorlek 70.02 KB
Antal Installationer 38
Aktuell Version 1.5.2
Senast Uppdaterad 2017-10-29
Publiceringsdatum 2017-10-29
Utvecklare OSInet
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://localize.drupal.org/
Stödda Språk 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"
}