Earth View from Google Earth
Experience a beautiful image from Google Earth every time you open a new tab.
Earth View from Google Earth란 무엇입니까?
Earth View from Google Earth은(는) earth-view에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Experience a beautiful image from Google Earth every time you open a new tab."입니다.
확장 프로그램 스크린샷
Earth View from Google Earth 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Earth View displays a beautiful landscape from Google Earth every time you open a new tab. What's new in version 3? 1,000+ NEW VIEWS: More views from more places around the globe. BETTER QUALITY: Sharper, more colorful images, optimized for today's high-DPI screens. GLOBAL COLOR MAP: Explore all 2,500 images by region and color on our new map: g.co/ev/map Learn more about our privacy policy at https://www.google.com/policies/privacy/
확장 프로그램 기본 정보
이름 | Earth View from Google Earth |
ID | bhloflhklmhfpedakmangadcdofhnnoh |
공식 URL | https://chromewebstore.google.com/detail/earth-view-from-google-ea/bhloflhklmhfpedakmangadcdofhnnoh |
설명 | Experience a beautiful image from Google Earth every time you open a new tab. |
파일 크기 | 165 KB |
설치 횟수 | 856,623 |
현재 버전 | 3.1.0 |
최근 업데이트 | 2024-02-20 |
출시 날짜 | 2020-02-26 |
평점 | 4.20/5 총 5195 개의 평점 |
개발자 | earth-view |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.google.com/policies/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1.0", "background": { "service_worker": "service-worker.js", "type": "module" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "description": "Experience a beautiful image from Google Earth every time you open a new tab.", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "manifest_version": 3, "name": "Earth View from Google Earth", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.gstatic.com\/prettyearth\/*" ] } |