Nice APOD

A nicer looking Astronomy Picture of the Day from NASA

Nice APOD क्या है?

Nice APOD TadasTamo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A nicer looking Astronomy Picture of the Day from NASA"।

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

screenshot
screenshot

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

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

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

                        Nicer experience on Astronomy Picture of the Day by NASA (http://apod.nasa.gov): better font and line spacing, less obtrusive link color etc.

Source code: https://github.com/tadast/nice-apod                    

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

नाम Nice APOD Nice APOD
ID jlnomhbpddlchjhndafjommmbchfobjc
आधिकारिक URL https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc
विवरण A nicer looking Astronomy Picture of the Day from NASA
फ़ाइल का आकार 27.05 KB
स्थापना संख्या 119
वर्तमान संस्करण 0.1
अंतिम अपडेट 2014-01-26
प्रकाशन तिथि 2014-01-26
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर TadasTamo
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/tadast
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nice APOD",
    "description": "A nicer looking Astronomy Picture of the Day from NASA",
    "version": "0.1",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "images\/logo16.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/apod.nasa.gov\/apod\/*"
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/apod.nasa.gov\/apod\/*"
    ]
}