CartoDB Translator

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

Wat is CartoDB Translator?

CartoDB Translator is een Chrome-extensie ontwikkeld door Crestone Digital, en de belangrijkste functie is "Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CartoDB Translator

Download CartoDB Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CartoDB Translator CartoDB Translator
ID klfamjcbhhbgcllahleohncpgmcbceeh
Officiële URL https://chromewebstore.google.com/detail/cartodb-translator/klfamjcbhhbgcllahleohncpgmcbceeh
Beschrijving Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.
Bestandsgrootte 3.52 MB
Aantal Installaties 233
Huidige Versie 0.0.2
Laatst Bijgewerkt 2016-07-08
Publicatiedatum 2016-07-07
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Crestone Digital
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/CrestoneDigital/CartoDB-Translation
Ondersteunde Talen 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"
    }
}