NOIRLab Top 100 Images
Enjoy the beautiful images from the NOIRLab Top 100 images collection.
Wat is NOIRLab Top 100 Images?
NOIRLab Top 100 Images is een Chrome-extensie ontwikkeld door NOIRLab, en de belangrijkste functie is "Enjoy the beautiful images from the NOIRLab Top 100 images collection.".
Extensie Screenshots
Download het CRX-bestand van de extensie NOIRLab Top 100 Images
Download NOIRLab Top 100 Images-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | NOIRLab Top 100 Images |
ID | pammoohiikakoflbnodhikfoogopgebe |
Officiële URL | https://chromewebstore.google.com/detail/noirlab-top-100-images/pammoohiikakoflbnodhikfoogopgebe |
Beschrijving | Enjoy the beautiful images from the NOIRLab Top 100 images collection. |
Bestandsgrootte | 73.63 KB |
Aantal Installaties | 73 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2021-12-21 |
Publicatiedatum | 2021-11-24 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | NOIRLab |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |