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はCrestone Digitalによって開発されたChromeの拡張機能で、その主な機能は「Used to view CartoDB editor in different languages. Visit www.cartodb.com to learn more about mapping in the cloud.」です。
拡張機能のスクリーンショット
CartoDB Translator拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |