APOD

The famous APOD : Astronomy Picture Of the Day

APOD क्या है?

APOD https://www.astrofiles.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The famous APOD : Astronomy Picture Of the Day"।

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

screenshot

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

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

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

                        This is the famous Astronomy Picture Of the Day retrieved from http://apod.nasa.gov.

This extension shows every day the new Apod. Just click the icon to see the picture and the explanation from a professional astronomer. You can click on the image to see the highest resolution available.
New in version 2.0 : Click the arrows to slide apods back & forth.

Enjoy!                    

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

नाम APOD APOD
ID gggblmmgahdkappoldbhdbofnjlklphc
आधिकारिक URL https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc
विवरण The famous APOD : Astronomy Picture Of the Day
फ़ाइल का आकार 139 KB
स्थापना संख्या 485
वर्तमान संस्करण 2.1
अंतिम अपडेट 2013-06-17
प्रकाशन तिथि 2013-06-17
रेटिंग 4.40/5 कुल 10 रेटिंग्स
डेवलपर https://www.astrofiles.net
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.astrofiles.net/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APOD",
    "version": "2.1",
    "description": "The famous APOD : Astronomy Picture Of the Day",
    "permissions": [
        "notifications"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "apod16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "apod16.png",
        "48": "apod48.png",
        "128": "apod128.png"
    }
}