Planet View

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

Co to jest Planet View?

Planet View to rozszerzenie Chrome opracowane przez Planet, a jego główną funkcją jest „Planet View displays a beautiful satellite image from Planet every time you open a new tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Planet View

Pobierz pliki rozszerzeń Planet View w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Planet View Planet View
ID hhhgdbldiopbpblfcohjaeinjjciplho
Oficjalny URL https://chromewebstore.google.com/detail/planet-view/hhhgdbldiopbpblfcohjaeinjjciplho
Opis Planet View displays a beautiful satellite image from Planet every time you open a new tab.
Rozmiar pliku 189 KB
Liczba instalacji 1,860
Aktualna Wersja 2.7.1
Ostatnia Aktualizacja 2022-05-12
Data Publikacji 2020-04-06
Ocena 4.51/5 Łącznie 41 Oceny
Deweloper Planet
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.planet.com/
Adres URL Strony Pomocy https://github.com/planetlabs/planet-view-chrome-ext/issues
Obsługiwane Języki 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"
}