Planet View
Planet View displays a beautiful satellite image from Planet every time you open a new tab.
O que é Planet View?
Planet View é uma extensão do Chrome desenvolvida por Planet, e sua principal característica é "Planet View displays a beautiful satellite image from Planet every time you open a new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Planet View
Baixe arquivos de extensão Planet View no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Planet View |
ID | hhhgdbldiopbpblfcohjaeinjjciplho |
URL Oficial | https://chromewebstore.google.com/detail/planet-view/hhhgdbldiopbpblfcohjaeinjjciplho |
Descrição | Planet View displays a beautiful satellite image from Planet every time you open a new tab. |
Tamanho do Arquivo | 189 KB |
Contagem de Instalações | 1,860 |
Versão Atual | 2.7.1 |
Última Atualização | 2022-05-12 |
Data de Publicação | 2020-04-06 |
Classificação | 4.51/5 Total de 41 Avaliações |
Desenvolvedor | Planet |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.planet.com/ |
URL da Página de Ajuda | https://github.com/planetlabs/planet-view-chrome-ext/issues |
Idiomas Suportados | 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" } |