CartoDB Translator

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

CartoDB Translator क्या है?

CartoDB Translator Crestone Digital द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CartoDB Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम CartoDB Translator CartoDB Translator
ID klfamjcbhhbgcllahleohncpgmcbceeh
आधिकारिक URL https://chromewebstore.google.com/detail/cartodb-translator/klfamjcbhhbgcllahleohncpgmcbceeh
विवरण Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.
फ़ाइल का आकार 3.52 MB
स्थापना संख्या 233
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2016-07-08
प्रकाशन तिथि 2016-07-07
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Crestone Digital
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/CrestoneDigital/CartoDB-Translation
समर्थित भाषाएँ 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"
    }
}