NOIRLab Top 100 Images

Enjoy the beautiful images from the NOIRLab Top 100 images collection.

¿Qué es NOIRLab Top 100 Images?

NOIRLab Top 100 Images es una extensión de Chrome desarrollada por NOIRLab, y su función principal es "Enjoy the beautiful images from the NOIRLab Top 100 images collection.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión NOIRLab Top 100 Images

Descarga archivos de extensión NOIRLab Top 100 Images 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

                        This extension takes a random image from our collection of 100 best images and renders it when the user opens a new browser tab. In the lower-left corner, the logo of our official site is displayed next to the title and image credit.                    

Información Básica de la Extensión

Nombre NOIRLab Top 100 Images NOIRLab Top 100 Images
ID pammoohiikakoflbnodhikfoogopgebe
URL Oficial https://chromewebstore.google.com/detail/noirlab-top-100-images/pammoohiikakoflbnodhikfoogopgebe
Descripción Enjoy the beautiful images from the NOIRLab Top 100 images collection.
Tamaño del Archivo 73.63 KB
Cantidad de Instalaciones 73
Versión Actual 1.2
Última Actualización 2021-12-21
Fecha de Publicación 2021-11-24
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador NOIRLab
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": "NOIRLab Top 100 Images",
    "description": "Enjoy the beautiful images from the NOIRLab Top 100 images collection.",
    "version": "1.2",
    "icons": {
        "32": "icons\/icon-32x32.png",
        "64": "icons\/icon-64x64.png",
        "128": "icons\/icon-128x128.png"
    },
    "action": {
        "default_icon": {
            "32": "icons\/icon-32x32.png",
            "64": "icons\/icon-64x64.png",
            "128": "icons\/icon-128x128.png"
        },
        "default_title": "NOIRLab Top 100 Images"
    },
    "chrome_url_overrides": {
        "newtab": "top100\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/noirlab.edu\/public\/"
    ]
}