NOIRLab Top 100 Images

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

NOIRLab Top 100 Images क्या है?

NOIRLab Top 100 Images NOIRLab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enjoy the beautiful images from the NOIRLab Top 100 images collection."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NOIRLab Top 100 Images एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/"
    ]
}