NOIRLab Top 100 Images
Enjoy the beautiful images from the NOIRLab Top 100 images collection.
什么是NOIRLab Top 100 Images?
NOIRLab Top 100 Images是由NOIRLab开发的Chrome扩展程序,该扩展的主要功能是“Enjoy the beautiful images from the NOIRLab Top 100 images collection.”。
扩展截图
下载NOIRLab Top 100 Images扩展crx文件
下载NOIRLab Top 100 Images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | NOIRLab Top 100 Images |
ID | pammoohiikakoflbnodhikfoogopgebe |
官方URL | https://chromewebstore.google.com/detail/noirlab-top-100-images/pammoohiikakoflbnodhikfoogopgebe |
简介 | Enjoy the beautiful images from the NOIRLab Top 100 images collection. |
文件大小 | 73.63 KB |
安装次数 | 73 |
当前版本 | 1.2 |
更新时间 | 2021-12-21 |
上架时间 | 2021-11-24 |
评分 | 5.00/5 共2次评分 |
开发者 | NOIRLab |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/" ] } |