OSM iD Browser Tools
For the iD editor at openstreetmap.org. Adds hotkeys and other productivity tools.
OSM iD Browser Tools란 무엇입니까?
OSM iD Browser Tools은(는) https://their.github.io/amt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For the iD editor at openstreetmap.org. Adds hotkeys and other productivity tools."입니다.
확장 프로그램 스크린샷
OSM iD Browser Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
https://github.com/their/iD-Editor-Power-Tools-Demo. For iD editor at openstreetmap.org. Adds ability to create hotkeys for tagging areas. Adds brightness & contrast tool for satellite imagery. TODO: Additional image filters. UPDATE: v 1.32: May 21, 2015: Add ability to have more than one hotkey with same character key. UPDATE: v 1.30: May 16, 2015: Add ability to hotkey non-CTRL/⌘ keys (key only, no CTRL). UPDATE: v 1.24: May 16, 2015: Intitial tag fixed to "building=yes" from typo "buildings=yes". UPDATE: v 1.23: May 16, 2015: Add "line" to list of allowed entities rather than just "area". Still exclude "point" entity. UPDATE: v 1.22: May 16, 2015: Example hotkey is now uppercase "M" rather than lowercase "m". UPDATE: v 1.20: May 16, 2015: Avoid emulating user actions for the most part. Apply tags with e.g. https://gist.github.com/bhousel/0af881a621a2efb83719. Update layout. Allow hotkey modification. Switch from SHIFT to CTRL/META. Override input.preset-search-input event.keypress when necessary. UPDATE: v 1.11: May 12, 2015: Fixed where hotkey was not working because `A` element was toggled hidden. Fixed .replace of an integer.
확장 프로그램 기본 정보
이름 | OSM iD Browser Tools |
ID | fmgcpkpdhcbfjnleinolnagnlpabiplc |
공식 URL | https://chromewebstore.google.com/detail/osm-id-browser-tools/fmgcpkpdhcbfjnleinolnagnlpabiplc |
설명 | For the iD editor at openstreetmap.org. Adds hotkeys and other productivity tools. |
파일 크기 | 11.46 KB |
설치 횟수 | 133 |
현재 버전 | 1.32 |
최근 업데이트 | 2016-08-25 |
출시 날짜 | 2016-08-25 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | https://their.github.io/amt |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/their/iD-Editor-Power-Tools-Demo |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "global.js", "script.js" ], "matches": [ "http:\/\/*.openstreetmap.org\/id", "https:\/\/*.openstreetmap.org\/id" ], "run_at": "document_idle", "all_frames": true } ], "background": { "scripts": [ "eventPage.js" ] }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "converted_from_user_script": false, "description": "For the iD editor at openstreetmap.org. Adds hotkeys and other productivity tools.", "name": "OSM iD Browser Tools", "version": "1.32", "manifest_version": 2 } |