Planet View

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

Cos'è Planet View?

Planet View è un'estensione di Chrome sviluppata da Planet, e la sua funzione principale è "Planet View displays a beautiful satellite image from Planet every time you open a new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Planet View

Scarica i file di estensione Planet View in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Planet View Planet View
ID hhhgdbldiopbpblfcohjaeinjjciplho
URL Ufficiale https://chromewebstore.google.com/detail/planet-view/hhhgdbldiopbpblfcohjaeinjjciplho
Descrizione Planet View displays a beautiful satellite image from Planet every time you open a new tab.
Dimensione del File 189 KB
Conteggio Installazioni 1,860
Versione Corrente 2.7.1
Ultimo Aggiornamento 2022-05-12
Data di Pubblicazione 2020-04-06
Valutazione 4.51/5 Totale 41 Valutazioni
Sviluppatore Planet
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.planet.com/
URL della Pagina di Aiuto https://github.com/planetlabs/planet-view-chrome-ext/issues
Lingue Supportate 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"
}