NASA Picture of the Day Tab

Shows the NASA Picture of the Day upon opening a new tab.

NASA Picture of the Day Tab क्या है?

NASA Picture of the Day Tab brettwseitz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the NASA Picture of the Day upon opening a new tab."।

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

screenshot

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

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

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

                        An extension which presents the NASA Picture of the Day as the background to a new tab.                    

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

नाम NASA Picture of the Day Tab NASA Picture of the Day Tab
ID bhlhaojmlcidaadglhfbmfacoaaebocm
आधिकारिक URL https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm
विवरण Shows the NASA Picture of the Day upon opening a new tab.
फ़ाइल का आकार 23.57 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2018-08-25
प्रकाशन तिथि 2018-08-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर brettwseitz
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NASA Picture of the Day Tab",
    "description": "Shows the NASA Picture of the Day upon opening a new tab.",
    "version": "1.0.0",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self' img-src 'self';"
}