OSM Smart Menu
Helps OpenStreetMap contributors to easily switch between different maps and analysis tools from the community.
OSM Smart Menu란 무엇입니까?
OSM Smart Menu은(는) jgpacker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps OpenStreetMap contributors to easily switch between different maps and analysis tools from the community."입니다.
확장 프로그램 스크린샷
OSM Smart Menu 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When you click the menu's button, this extension will detect OpenStreetMap parameters inside the current page and will generate a list of related maps and tools with these parameters. Recognized parameters include: * Map coordinates (zoom, latitude and longitude) * OSM elements (node id, way id, relation id and changeset id) * User names and GPS traces id If you are not sure which website will be recognized, try going to https://www.openstreetmap.org/ before clicking on the menu. The OpenStreetMap logo is a trademark of the OpenStreetMap Foundation, and is used with their permission. This project is not endorsed by or affiliated with the OpenStreetMap Foundation.
확장 프로그램 기본 정보
이름 | OSM Smart Menu |
ID | icipmdhgbkejfideagkhdebiaeohfijk |
공식 URL | https://chromewebstore.google.com/detail/osm-smart-menu/icipmdhgbkejfideagkhdebiaeohfijk |
설명 | Helps OpenStreetMap contributors to easily switch between different maps and analysis tools from the community. |
파일 크기 | 190 KB |
설치 횟수 | 956 |
현재 버전 | 0.17.0 |
최근 업데이트 | 2020-12-09 |
출시 날짜 | 2020-07-03 |
평점 | 4.00/5 총 5 개의 평점 |
개발자 | jgpacker |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/jgpacker/osm-smart-menu |
지원되는 언어 | en,fr,ca,es,it,pt-BR,ru,iw,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "short_name": "__MSG_extensionShortName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "minimum_chrome_version": "45", "author": "Jo\u00e3o Guilherme Packer", "homepage_url": "https:\/\/github.com\/jgpacker\/osm-smart-menu", "version": "0.17.0", "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "permissions": [ "storage", "activeTab" ], "icons": { "48": "icons\/osm48x48.png", "96": "icons\/osm96x96.png", "128": "icons\/osm128x128.png" }, "background": { "scripts": [ "background-listeners-setup.js" ] }, "browser_action": { "browser_style": true, "default_icon": { "16": "icons\/osm16x16.png", "48": "icons\/osm48x48.png", "96": "icons\/osm96x96.png" }, "default_title": "__MSG_extensionName__", "default_popup": "popup\/index.html" }, "options_ui": { "page": "options\/index.html" }, "commands": { "_execute_browser_action": [] }, "manifest_version": 2 } |