Vantage Point
A satellite imagery calendar by DigitalGlobe
Vantage Point란 무엇입니까?
Vantage Point은(는) dgdigitaldevelopment에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A satellite imagery calendar by DigitalGlobe"입니다.
확장 프로그램 스크린샷
Vantage Point 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enjoy a striking satellite image of our changing planet each time you open a new tab, with a monthly calendar at the forefront. See the world from space, every time you open a new tab. With this digital calendar, experience images from around the world, captured by DigitalGlobe’s constellation of satellites, beneath your monthly calendar. See an image you like? Click the download button to save a jpeg file.
확장 프로그램 기본 정보
이름 | Vantage Point |
ID | eilpceoocjaolpoicdjdafnpnfgebfle |
공식 URL | https://chromewebstore.google.com/detail/vantage-point/eilpceoocjaolpoicdjdafnpnfgebfle |
설명 | A satellite imagery calendar by DigitalGlobe |
파일 크기 | 330 KB |
설치 횟수 | 370 |
현재 버전 | 1.0.10 |
최근 업데이트 | 2016-12-20 |
출시 날짜 | 2016-12-20 |
평점 | 4.11/5 총 9 개의 평점 |
개발자 | dgdigitaldevelopment |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vantage Point", "version": "1.0.10", "manifest_version": 2, "description": "A satellite imagery calendar by DigitalGlobe", "homepage_url": "http:\/\/www.digitalglobe.com", "icons": { "16": "icons\/favicon16.png", "32": "icons\/favicon32.png", "128": "icons\/favicon128.jpg", "196": "icons\/favicon196.jpg" }, "chrome_url_overrides": { "newtab": "src\/dgnewtab.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |