CartoDB Translator
Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.
Was ist CartoDB Translator?
CartoDB Translator ist eine Chrome-Erweiterung, die von Crestone Digital entwickelt wurde, und ihr Hauptmerkmal ist "Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.".
Erweiterungsscreenshots
CartoDB Translator-Erweiterungs-CRX-Datei herunterladen
Laden Sie CartoDB Translator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CartoDB Translator |
ID | klfamjcbhhbgcllahleohncpgmcbceeh |
Offizielle URL | https://chromewebstore.google.com/detail/cartodb-translator/klfamjcbhhbgcllahleohncpgmcbceeh |
Beschreibung | Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud. |
Dateigröße | 3.52 MB |
Installationsanzahl | 233 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2016-07-08 |
Veröffentlichungsdatum | 2016-07-07 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Crestone Digital |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/CrestoneDigital/CartoDB-Translation |
Unterstützte Sprachen | 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" } } |