CartoDB Translator

Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.

Qu'est-ce que CartoDB Translator ?

CartoDB Translator est une extension Chrome développée par Crestone Digital, et sa fonction principale est "Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CartoDB Translator

Téléchargez les fichiers d'extension CartoDB Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Used to view CartoDB editor in different languages.  Please visit www.cartodb.com to learn more about mapping in the cloud.  For more information on this project you can visit https://github.com/CrestoneDigital/CartoDB-Translation.                    

Informations de Base sur l'Extension

Nom CartoDB Translator CartoDB Translator
ID klfamjcbhhbgcllahleohncpgmcbceeh
URL Officiel https://chromewebstore.google.com/detail/cartodb-translator/klfamjcbhhbgcllahleohncpgmcbceeh
Description Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.
Taille du Fichier 3.52 MB
Nombre d'Installations 233
Version Actuelle 0.0.2
Dernière Mise à Jour 2016-07-08
Date de Publication 2016-07-07
Évaluation 3.00/5 Total 2 Évaluations
Développeur Crestone Digital
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/CrestoneDigital/CartoDB-Translation
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CartoDB Translator",
    "version": "0.0.2",
    "description": "Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.carto.com\/dashboard\/*",
                "https:\/\/*.carto.com\/viz\/*",
                "https:\/\/*.carto.com\/tables\/*",
                "https:\/\/*.carto.com\/maps\/*",
                "https:\/\/*.carto.com\/login\/*",
                "https:\/\/*.carto.com\/sessions\/*",
                "https:\/\/*.carto.com\/u\/*",
                "https:\/\/*.carto.com\/me\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "jquery.i18n.min.js",
                "i18n-cdb-translate.js",
                "code.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "*.i18n.js"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png"
    }
}