Pin Dropper For Street View
This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude
Pin Dropper For Street View란 무엇입니까?
Pin Dropper For Street View은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude"입니다.
확장 프로그램 스크린샷
Pin Dropper For Street View 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This adds an extension button that, if pressed while within Google Street View, will open a new tab with a pin dropped at the GPS coordinates for that Street View Location. Ordinarily, Google uses the address, rather than coordinates - this works fine in cities but very poorly in the countryside. Example use case: I'm looking for a gate into a rural field. Click through on Street View, once you find what you're looking for, click the icon and new window will open with the pin where you want it!
확장 프로그램 기본 정보
이름 | Pin Dropper For Street View |
ID | dgmacjnomcdgmjiaemhhnjphmjfcmnmh |
공식 URL | https://chromewebstore.google.com/detail/pin-dropper-for-street-vi/dgmacjnomcdgmjiaemhhnjphmjfcmnmh |
설명 | This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude |
파일 크기 | 25.39 KB |
설치 횟수 | 488 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-01-02 |
출시 날짜 | 2017-01-01 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pin Dropper For Street View", "description": "This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click me to drop a pin!" }, "permissions": [ "activeTab" ] } |