Planet View

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

Vad är Planet View?

Planet View är en Chrome-tillägg utvecklad av Planet, och dess huvudfunktion är "Planet View displays a beautiful satellite image from Planet every time you open a new tab.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Planet View-förlängningens CRX-fil

Ladda ner Planet View-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Planet View Planet View
ID hhhgdbldiopbpblfcohjaeinjjciplho
Officiell webbadress https://chromewebstore.google.com/detail/planet-view/hhhgdbldiopbpblfcohjaeinjjciplho
Beskrivning Planet View displays a beautiful satellite image from Planet every time you open a new tab.
Filstorlek 189 KB
Antal Installationer 1,860
Aktuell Version 2.7.1
Senast Uppdaterad 2022-05-12
Publiceringsdatum 2020-04-06
Betyg 4.51/5 Totalt 41 Betyg
Utvecklare Planet
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.planet.com/
Hjälpsida URL https://github.com/planetlabs/planet-view-chrome-ext/issues
Stödda Språk 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"
}