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 |
Eメール | [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\/" ] } |