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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud."입니다.

확장 프로그램 스크린샷

screenshot

CartoDB Translator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}