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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" ] } |