NASA Astronomy Space New Tab

Sets your new tab page to a personal dashboard with a beautiful background.

¿Qué es NASA Astronomy Space New Tab?

NASA Astronomy Space New Tab es una extensión de Chrome desarrollada por http://newtabthemes.com, y su función principal es "Sets your new tab page to a personal dashboard with a beautiful background.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión NASA Astronomy Space New Tab

Descarga archivos de extensión NASA Astronomy Space New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre NASA Astronomy Space New Tab NASA Astronomy Space New Tab
ID enmokhdndkkdihllmldhdficglebheni
URL Oficial https://chrome.google.com/webstore/detail/nasa-astronomy-space-new/enmokhdndkkdihllmldhdficglebheni
Descripción Sets your new tab page to a personal dashboard with a beautiful background.
Tamaño del Archivo 952 KB
Cantidad de Instalaciones 244
Versión Actual 2.0.4
Última Actualización 2022-12-26
Fecha de Publicación 2020-06-30
Calificación 5.00/5 Total de 18 Calificaciones
Desarrollador http://newtabthemes.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}