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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |