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