CartoDB Translator
Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.
Co je CartoDB Translator?
CartoDB Translator je rozšíření Chrome vyvinuté Crestone Digital, a jeho hlavní funkcí je „Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CartoDB Translator
Stáhněte si soubory rozšíření CartoDB Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | CartoDB Translator |
ID | klfamjcbhhbgcllahleohncpgmcbceeh |
Oficiální URL | https://chromewebstore.google.com/detail/cartodb-translator/klfamjcbhhbgcllahleohncpgmcbceeh |
Popis | Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud. |
Velikost souboru | 3.52 MB |
Počet instalací | 233 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2016-07-08 |
Datum Vydání | 2016-07-07 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | Crestone Digital |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/CrestoneDigital/CartoDB-Translation |
Podporované Jazyky | 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" } } |