NOIRLab Top 100 Images

Enjoy the beautiful images from the NOIRLab Top 100 images collection.

NOIRLab Top 100 Images là gì?

NOIRLab Top 100 Images là một tiện ích mở rộng Chrome được phát triển bởi NOIRLab, và tính năng chính của nó là "Enjoy the beautiful images from the NOIRLab Top 100 images collection.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NOIRLab Top 100 Images

Tải xuống các tệp mở rộng NOIRLab Top 100 Images dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NOIRLab Top 100 Images NOIRLab Top 100 Images
ID pammoohiikakoflbnodhikfoogopgebe
URL Chính Thức https://chromewebstore.google.com/detail/noirlab-top-100-images/pammoohiikakoflbnodhikfoogopgebe
Mô tả Enjoy the beautiful images from the NOIRLab Top 100 images collection.
Kích Thước Tệp 73.63 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-12-21
Ngày Phát Hành 2021-11-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển NOIRLab
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}