CartoDB Translator
Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.
CartoDB Translator là gì?
CartoDB Translator là một tiện ích mở rộng Chrome được phát triển bởi Crestone Digital, và tính năng chính của nó là "Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CartoDB Translator
Tải xuống các tệp mở rộng CartoDB Translator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CartoDB Translator |
ID | klfamjcbhhbgcllahleohncpgmcbceeh |
URL Chính Thức | https://chromewebstore.google.com/detail/cartodb-translator/klfamjcbhhbgcllahleohncpgmcbceeh |
Mô tả | Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud. |
Kích Thước Tệp | 3.52 MB |
Số Lần Cài Đặt | 233 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2016-07-08 |
Ngày Phát Hành | 2016-07-07 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Crestone Digital |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/CrestoneDigital/CartoDB-Translation |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |