Maps URL Converter
Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo
Maps URL Converterとは何ですか?
Maps URL Converterはhttps://lamphanviet.comによって開発されたChromeの拡張機能で、その主な機能は「Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo」です。
拡張機能のスクリーンショット
Maps URL Converter拡張機能のCRXファイルをダウンロード
Maps URL Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Maps URL Converter You're browsing Google Maps and want to access the same location on Bing Maps to compare their maps ? You need only one click (actually two clicks) to do it by using this tool. This will parsing your current URL and convert it to these URLs for: Google Maps, Bing Maps, OpenStreetMaps. Warning: This only works if the current maps have lat/long/zoom on the URL and it changes dynamically when you move the maps.
拡張機能の基本情報
名前 | Maps URL Converter |
ID | ehnoijojkgigcmlimlndncbdfcmmlgmi |
公式URL | https://chromewebstore.google.com/detail/maps-url-converter/ehnoijojkgigcmlimlndncbdfcmmlgmi |
説明 | Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo |
ファイルサイズ | 330 KB |
インストール数 | 1,115 |
現在のバージョン | 2.0 |
最終更新日 | 2014-03-27 |
公開日 | 2014-03-26 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | https://lamphanviet.com |
支払い方法 | free |
拡張機能のウェブサイト | http://lamphanviet.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Maps URL Converter", "version": "2.0", "manifest_version": 2, "description": "Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |