Map Switcher
Switch between different map services. Convert coordinates and directions and jump to the same location on another map.
Map Switcherとは何ですか?
Map Switcherはdavid.r.edgarによって開発されたChromeの拡張機能で、その主な機能は「Switch between different map services. Convert coordinates and directions and jump to the same location on another map.」です。
拡張機能のスクリーンショット
Map Switcher拡張機能のCRXファイルをダウンロード
Map Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Switch quickly between online map services. Open the MapSwitcher extension popup to show the available selection of maps. Click any of the links to open the selected map in a new tab. Where possible, MapSwitcher supports directions as well as plain maps. It converts coordinates, zoom levels and transport options as far as it can, according to availability in the selected map service. I've been prevented from continuing to list here the sites for which input and output is available. You can find a comprehensive list at https://github.com/david-r-edgar/MapSwitcher#mapping-services-supported Would you like to see a specific other service supported? Are there features missing that would be useful to you? Have you found a bug? Email [email protected] or log an issue at: https://github.com/david-r-edgar/MapSwitcher/issues
拡張機能の基本情報
名前 | Map Switcher |
ID | fanpjcbgdinjeknjikpfnldfpnnpkelb |
公式URL | https://chromewebstore.google.com/detail/map-switcher/fanpjcbgdinjeknjikpfnldfpnnpkelb |
説明 | Switch between different map services. Convert coordinates and directions and jump to the same location on another map. |
ファイルサイズ | 151 KB |
インストール数 | 5,000 |
現在のバージョン | 0.4.6 |
最終更新日 | 2020-06-06 |
公開日 | 2020-06-05 |
評価 | 4.14/5 合計 21 レビュー |
開発者 | david.r.edgar |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/david-r-edgar/MapSwitcher |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Map Switcher", "description": "Switch between different map services. Convert coordinates and directions and jump to the same location on another map.", "version": "0.4.6", "options_page": "html\/options.html", "browser_action": { "default_icon": { "19": "image\/mapswitcher19x19.png", "38": "image\/mapswitcher38x38.png" }, "default_popup": "html\/mapSwitcher.html", "default_title": "Map Switcher" }, "permissions": [ "activeTab", "storage", "downloads", "clipboardWrite" ], "icons": { "16": "image\/mapswitcher16x16.png", "32": "image\/mapswitcher32x32.png", "48": "image\/mapswitcher48x48.png", "128": "image\/mapswitcher128x128.png" } } |