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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Crestone Digital, και η κύρια λειτουργία του είναι "Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης CartoDB Translator

Λήψη αρχείων επέκτασης CartoDB Translator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}