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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } } |