Astronomy Picture of the Day

A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.

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

Astronomy Picture of the Day the-cybersapien द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!."।

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

screenshot
screenshot
screenshot

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

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

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

                        Get the latest of the awesome picture from NASA right on your browser!
This extension shows you the Astronomy Picture of the Day from NASA's Open Data Portal. Also get amazing information about the picture, like who does it belong to and what's the story behind it, from your new tab page!

Permissions:
Read Browsing History: To show the top visited sites
Read and Change your data on api.nasa.gov:
To get the data and picture from NASA and show it on the page

This extension does not track you.
This is an unofficial APOD extension and is not affiliated with NASA or any of it's divisions in any manner.                    

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

नाम Astronomy Picture of the Day Astronomy Picture of the Day
ID mlgidpjghjipdecdnjfmdenhpnifecgk
आधिकारिक URL https://chrome.google.com/webstore/detail/astronomy-picture-of-the/mlgidpjghjipdecdnjfmdenhpnifecgk
विवरण A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.
फ़ाइल का आकार 1.39 MB
स्थापना संख्या 80
वर्तमान संस्करण 1.1
अंतिम अपडेट 2017-06-16
प्रकाशन तिथि 2017-06-16
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर the-cybersapien
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Astronomy Picture of the Day",
    "version": "1.1",
    "manifest_version": 2,
    "author": "Aditya Aggarwal",
    "description": "A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "topSites",
        "tabs",
        "chrome:\/\/favicon\/",
        "https:\/\/api.nasa.gov\/"
    ],
    "chrome_url_overrides": {
        "newtab": "newTabPage.html"
    }
}