Planet View

Planet View displays a beautiful satellite image from Planet every time you open a new tab.

Planet View란 무엇입니까?

Planet View은(는) Planet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Planet View displays a beautiful satellite image from Planet every time you open a new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Planet View 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension replaces the "New Tab" page in Chrome with an image from the Planet gallery.  Follow the link from the image title in the lower left to learn more about the image.

The globe in the lower right shows the image location.  Click on the globe to display a new image.  Use arrow keys (← and →) to navigate through your viewing history.                    

확장 프로그램 기본 정보

이름 Planet View Planet View
ID hhhgdbldiopbpblfcohjaeinjjciplho
공식 URL https://chromewebstore.google.com/detail/planet-view/hhhgdbldiopbpblfcohjaeinjjciplho
설명 Planet View displays a beautiful satellite image from Planet every time you open a new tab.
파일 크기 189 KB
설치 횟수 1,860
현재 버전 2.7.1
최근 업데이트 2022-05-12
출시 날짜 2020-04-06
평점 4.51/5 총 41 개의 평점
개발자 Planet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.planet.com/
도움말 페이지 URL https://github.com/planetlabs/planet-view-chrome-ext/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Planet View",
    "description": "Planet View displays a beautiful satellite image from Planet every time you open a new tab.",
    "version": "2.7.1",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "48": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "incognito": "not_allowed"
}