Planet View

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

¿Qué es Planet View?

Planet View es una extensión de Chrome desarrollada por Planet, y su función principal es "Planet View displays a beautiful satellite image from Planet every time you open a new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Planet View

Descarga archivos de extensión Planet View en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Planet View Planet View
ID hhhgdbldiopbpblfcohjaeinjjciplho
URL Oficial https://chromewebstore.google.com/detail/planet-view/hhhgdbldiopbpblfcohjaeinjjciplho
Descripción Planet View displays a beautiful satellite image from Planet every time you open a new tab.
Tamaño del Archivo 189 KB
Cantidad de Instalaciones 1,860
Versión Actual 2.7.1
Última Actualización 2022-05-12
Fecha de Publicación 2020-04-06
Calificación 4.51/5 Total de 41 Calificaciones
Desarrollador Planet
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.planet.com/
URL de la Página de Ayuda https://github.com/planetlabs/planet-view-chrome-ext/issues
Idiomas Soportados 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"
}