Planet View
Planet View displays a beautiful satellite image from Planet every time you open a new tab.
What is Planet View?
Planet View is a Chrome extension developed by Planet, and its main feature is "Planet View displays a beautiful satellite image from Planet every time you open a new tab.".
Extension Screenshots
Download Planet View Extension CRX File
Download Planet View extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Planet View |
ID | hhhgdbldiopbpblfcohjaeinjjciplho |
Official URL | 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. |
File Size | 189 KB |
Installation Count | 1,860 |
Current Version | 2.7.1 |
Last Updated | 2022-05-12 |
Publish Date | 2020-04-06 |
Rating | 4.51/5 Total 41 Ratings |
Developer | Planet |
[email protected] | |
Payment Type | free |
Extension Website | https://www.planet.com/ |
Help Page URL | https://github.com/planetlabs/planet-view-chrome-ext/issues |
Supported Languages | 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" } |