CartoDB Translator

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

Apa itu CartoDB Translator?

CartoDB Translator adalah ekstensi Chrome yang dikembangkan oleh Crestone Digital, dan fitur utamanya adalah "Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CartoDB Translator

Unduh file ekstensi CartoDB Translator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CartoDB Translator CartoDB Translator
ID klfamjcbhhbgcllahleohncpgmcbceeh
URL Resmi https://chromewebstore.google.com/detail/cartodb-translator/klfamjcbhhbgcllahleohncpgmcbceeh
Deskripsi Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.
Ukuran File 3.52 MB
Jumlah Instalasi 233
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2016-07-08
Tanggal Publikasi 2016-07-07
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Crestone Digital
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/CrestoneDigital/CartoDB-Translation
Bahasa yang Didukung 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"
    }
}