Planet View

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

什么是Planet View?

Planet View是由Planet开发的Chrome扩展程序,该扩展的主要功能是“Planet View displays a beautiful satellite image from Planet every time you open a new tab.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Planet View扩展crx文件

下载Planet View扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Planet View Planet View
ID hhhgdbldiopbpblfcohjaeinjjciplho
官方URL https://chromewebstore.google.com/detail/planet-view/hhhgdbldiopbpblfcohjaeinjjciplho
简介 Planet View displays a beautiful satellite image from Planet every time you open a new tab.
文件大小 189 KB
安装次数 1,860
当前版本 2.7.1
更新时间 2022-05-12
上架时间 2020-04-06
评分 4.51/5 共41次评分
开发者 Planet
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.planet.com/
帮助页面URL https://github.com/planetlabs/planet-view-chrome-ext/issues
支持的语言 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"
}