D-Day with APOD

This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.

D-Day with APOD क्या है?

D-Day with APOD https://meinside.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened."।

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

screenshot

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

crx प्रारूप में D-Day with APOD एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Whenever you open a new tab, you'll see your d-day with nice background images from NASA's APOD(https://apod.nasa.gov/apod/astropix.html).                    

एक्सटेंशन की मूल जानकारी

नाम D-Day with APOD D-Day with APOD
ID chcbloiikmmeocihooagfegcoikgkjdn
आधिकारिक URL https://chromewebstore.google.com/detail/d-day-with-apod/chcbloiikmmeocihooagfegcoikgkjdn
विवरण This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.
फ़ाइल का आकार 193 KB
स्थापना संख्या 187
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2021-06-09
प्रकाशन तिथि 2017-07-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://meinside.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/meinside/chromeextension-d-day-with-apod
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "D-Day with APOD",
    "version": "0.2.0",
    "manifest_version": 3,
    "description": "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.",
    "homepage_url": "https:\/\/meinside.dev",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options_custom\/index.html",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.data.gov\/nasa\/planetary\/*"
    ]
}