NOIRLab Top 100 Images
Enjoy the beautiful images from the NOIRLab Top 100 images collection.
O que é NOIRLab Top 100 Images?
NOIRLab Top 100 Images é uma extensão do Chrome desenvolvida por NOIRLab, e sua principal característica é "Enjoy the beautiful images from the NOIRLab Top 100 images collection.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NOIRLab Top 100 Images
Baixe arquivos de extensão NOIRLab Top 100 Images no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | NOIRLab Top 100 Images |
ID | pammoohiikakoflbnodhikfoogopgebe |
URL Oficial | https://chromewebstore.google.com/detail/noirlab-top-100-images/pammoohiikakoflbnodhikfoogopgebe |
Descrição | Enjoy the beautiful images from the NOIRLab Top 100 images collection. |
Tamanho do Arquivo | 73.63 KB |
Contagem de Instalações | 73 |
Versão Atual | 1.2 |
Última Atualização | 2021-12-21 |
Data de Publicação | 2021-11-24 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | NOIRLab |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/" ] } |