CartoDB Translator

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

What is CartoDB Translator?

CartoDB Translator is a Chrome extension developed by Crestone Digital, and its main feature is "Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.".

Extension Screenshots

screenshot

Download CartoDB Translator Extension CRX File

Download CartoDB Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CartoDB Translator CartoDB Translator
ID klfamjcbhhbgcllahleohncpgmcbceeh
Official URL 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.
File Size 3.52 MB
Installation Count 233
Current Version 0.0.2
Last Updated 2016-07-08
Publish Date 2016-07-07
Rating 3.00/5 Total 2 Ratings
Developer Crestone Digital
Email [email protected]
Payment Type free
Extension Website https://github.com/CrestoneDigital/CartoDB-Translation
Supported Languages 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"
    }
}