CartoDB Translator
Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.
Co to jest CartoDB Translator?
CartoDB Translator to rozszerzenie Chrome opracowane przez Crestone Digital, a jego główną funkcją jest „Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CartoDB Translator
Pobierz pliki rozszerzeń CartoDB Translator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | CartoDB Translator |
ID | klfamjcbhhbgcllahleohncpgmcbceeh |
Oficjalny URL | https://chromewebstore.google.com/detail/cartodb-translator/klfamjcbhhbgcllahleohncpgmcbceeh |
Opis | Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud. |
Rozmiar pliku | 3.52 MB |
Liczba instalacji | 233 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2016-07-08 |
Data Publikacji | 2016-07-07 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | Crestone Digital |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/CrestoneDigital/CartoDB-Translation |
Obsługiwane Języki | 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" } } |