NOIRLab Top 100 Images

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

Qu'est-ce que NOIRLab Top 100 Images ?

NOIRLab Top 100 Images est une extension Chrome développée par NOIRLab, et sa fonction principale est "Enjoy the beautiful images from the NOIRLab Top 100 images collection.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NOIRLab Top 100 Images

Téléchargez les fichiers d'extension NOIRLab Top 100 Images au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NOIRLab Top 100 Images NOIRLab Top 100 Images
ID pammoohiikakoflbnodhikfoogopgebe
URL Officiel https://chromewebstore.google.com/detail/noirlab-top-100-images/pammoohiikakoflbnodhikfoogopgebe
Description Enjoy the beautiful images from the NOIRLab Top 100 images collection.
Taille du Fichier 73.63 KB
Nombre d'Installations 73
Version Actuelle 1.2
Dernière Mise à Jour 2021-12-21
Date de Publication 2021-11-24
Évaluation 5.00/5 Total 2 Évaluations
Développeur NOIRLab
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}