Planet View

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

Qu'est-ce que Planet View ?

Planet View est une extension Chrome développée par Planet, et sa fonction principale est "Planet View displays a beautiful satellite image from Planet every time you open a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Planet View

Téléchargez les fichiers d'extension Planet View au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Planet View Planet View
ID hhhgdbldiopbpblfcohjaeinjjciplho
URL Officiel https://chromewebstore.google.com/detail/planet-view/hhhgdbldiopbpblfcohjaeinjjciplho
Description Planet View displays a beautiful satellite image from Planet every time you open a new tab.
Taille du Fichier 189 KB
Nombre d'Installations 1,860
Version Actuelle 2.7.1
Dernière Mise à Jour 2022-05-12
Date de Publication 2020-04-06
Évaluation 4.51/5 Total 41 Évaluations
Développeur Planet
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.planet.com/
URL de la Page d'Aide https://github.com/planetlabs/planet-view-chrome-ext/issues
Langues Prises en Charge 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"
}