Planet View

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

Что такое Planet View?

Planet View - это расширение Chrome, разработанное Planet, и его основная функция - "Planet View displays a beautiful satellite image from Planet every time you open a new tab.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Planet View

Скачайте файлы расширений 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"
}