NASA Astronomy Space New Tab
Sets your new tab page to a personal dashboard with a beautiful background.
Что такое NASA Astronomy Space New Tab?
NASA Astronomy Space New Tab - это расширение Chrome, разработанное http://newtabthemes.com, и его основная функция - "Sets your new tab page to a personal dashboard with a beautiful background.".
Снимки экрана расширения
Скачать файл CRX расширения NASA Astronomy Space New Tab
Скачайте файлы расширений NASA Astronomy Space New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Fully responsive new tab chrome extension that displays the NASA astronomy picture of the day. Features: - Sets background to NASA's astronomy picture of the day. - Top left: Search bar with configurable search options to Google, Bing, DuckDuckGo, You, and Amazon. - Top right: Create new sticky notes and delete sticky notes. Sticky notes are draggable, minimizable, and colors can be changed. - Center: Configurable date and time. - Center: Favorites that set to most visited websites. Editable and draggable. - Bottom left: Settings for feature configuration and feature toggle, link to default chrome new tab, share, and about. - Bottom left: Link to NASA astronomy picture of the day.
Основная информация о расширении
Название | |
ID | enmokhdndkkdihllmldhdficglebheni |
Официальный URL | https://chrome.google.com/webstore/detail/nasa-astronomy-space-new/enmokhdndkkdihllmldhdficglebheni |
Описание | Sets your new tab page to a personal dashboard with a beautiful background. |
Размер файла | 952 KB |
Количество установок | 244 |
Текущая Версия | 2.0.4 |
Последнее Обновление | 2022-12-26 |
Дата публикации | 2020-06-30 |
Рейтинг | 5.00/5 Всего 18 оценок |
Разработчик | http://newtabthemes.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NASA Astronomy Space New Tab", "author": "newtabthemes.com", "version": "2.0.4", "description": "Sets your new tab page to a personal dashboard with a beautiful background.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "topSites" ], "action": { "default_title": "New Tab" }, "background": { "service_worker": "background.js" } } |