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.”。
擴展截圖
下載CartoDB Translator擴展crx文件
下載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 |
ID | klfamjcbhhbgcllahleohncpgmcbceeh |
官方網址 | 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" } } |