OpenSwitchMaps
Switch map services, and some useful links for OpenStreetMap contributors
OpenSwitchMaps란 무엇입니까?
OpenSwitchMaps은(는) muramototomoya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Switch map services, and some useful links for OpenStreetMap contributors"입니다.
확장 프로그램 스크린샷
OpenSwitchMaps 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Switch map services, like Google map, OpenStreetMap, Mapillary and so on. Also you can jump to several OpenStreetMap QA tools. How to use - Open Google maps, for example - Click OpenSwitchMaps icon - Select OpenStreetMap, for example - You can open OpenStreetMap at the same position with Google maps - Left click: Open in the same tab. Middle click: Open in a new tab. Settings Show/hide maps: - Right click the earth icon, - Select "Options" - Check/uncheck each map to show/hide it. This app is greatly contributed by jazzzz. Thanks! Icon:ICOOON MONO (http://icooon-mono.com/) Screenshot:OpenStreetMap ((c)OpenStreetMap Contributors) --Japanese-- Googleマップ, OpenStreetMap, Mapillaryなどの地図サイトから別の地図サイトにジャンプすることができます。 OpenStreetMapを編集している方向けに、Osmoseなどの品質保証ツールを開く機能もつけています。編集のお供にどうぞ。
확장 프로그램 기본 정보
이름 | OpenSwitchMaps |
ID | cfkddjlocfecchnemnnmmpdjcohgmkij |
공식 URL | https://chromewebstore.google.com/detail/openswitchmaps/cfkddjlocfecchnemnnmmpdjcohgmkij |
설명 | Switch map services, and some useful links for OpenStreetMap contributors |
파일 크기 | 895 KB |
설치 횟수 | 825 |
현재 버전 | 1.5.2 |
최근 업데이트 | 2024-01-02 |
출시 날짜 | 2020-06-11 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | muramototomoya |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/tankaru/OpenSwitchMaps |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OpenSwitchMaps", "version": "1.5.2", "description": "Switch map services, and some useful links for OpenStreetMap contributors", "homepage_url": "https:\/\/github.com\/tankaru\/OpenSwitchMap", "permissions": [ "activeTab", "tabs", "storage" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_popup": "popup.html", "default_icon": { "128": "icon128.png" } }, "icons": { "128": "icon128.png" }, "options_ui": { "page": "options.html" }, "manifest_version": 2, "browser_specific_settings": { "gecko": { "id": "OpenSwitchMap@tankaru", "strict_min_version": "54.0" } } } |