Pano fetch
Street View panorama fetcher.
Pano fetch란 무엇입니까?
Pano fetch은(는) https://www.clicktorelease.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Street View panorama fetcher."입니다.
확장 프로그램 스크린샷
Pano fetch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Download equirectangular panorama from Street View directly from the Google Maps page. Just go to maps.google.com, find a street view that you want to download and click the extension button. You can choose the quality from 1 (very low) to 5 (very high - might not be available for some locations). The extension will download the tiles and compose the equirectangular panorama and automatically download the final image.
확장 프로그램 기본 정보
이름 | Pano fetch |
ID | ggmfokbjchlhboclfngkneflhkopebbh |
공식 URL | https://chromewebstore.google.com/detail/pano-fetch/ggmfokbjchlhboclfngkneflhkopebbh |
설명 | Street View panorama fetcher. |
파일 크기 | 50.62 KB |
설치 횟수 | 13,292 |
현재 버전 | 1.8 |
최근 업데이트 | 2018-10-28 |
출시 날짜 | 2018-10-28 |
평점 | 3.42/5 총 71 개의 평점 |
개발자 | https://www.clicktorelease.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pano fetch", "short_name": "Pano fetch", "description": "Street View panorama fetcher.", "version": "1.8", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "downloads" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/maps.google.com https:\/\/maps.googleapis.com; object-src 'self'" } |