Astronomy Picture of the Day

This extension displays the Astronomy Picture of the Day in your new tab page.

Astronomy Picture of the Day क्या है?

Astronomy Picture of the Day ohohbot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays the Astronomy Picture of the Day in your new tab page."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension displays the Astronomy Picture of the Day in your new tab page. 

This app was made at Hack the Universe - presented by BridgeUp: STEM and hosted by the American Natural History Museum. More info can be found here: http://www.amnh.org/calendar/hack-the-universe

Daily picture is from http://apod.nasa.gov/ where image credit and more information can be found. This is an unofficial APOD extension and not affiliated with NASA. Icon credit: Freepik from Flaticon is licensed by Creative Commons BY 3.0                    

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

नाम Astronomy Picture of the Day Astronomy Picture of the Day
ID bdmbcendkknegokaagnpmaimeemgiimc
आधिकारिक URL https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc
विवरण This extension displays the Astronomy Picture of the Day in your new tab page.
फ़ाइल का आकार 2.89 MB
स्थापना संख्या 523
वर्तमान संस्करण 2
अंतिम अपडेट 2017-03-12
प्रकाशन तिथि 2017-03-12
रेटिंग 4.32/5 कुल 19 रेटिंग्स
डेवलपर ohohbot
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "build\/apod.js"
        ]
    },
    "name": "Astronomy Picture of the Day",
    "description": "This extension displays the Astronomy Picture of the Day in your new tab page.",
    "version": "2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}