NASA Picture of the Day

Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.

Τι είναι το NASA Picture of the Day;

Το NASA Picture of the Day είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://breakfasthack.com, και η κύρια λειτουργία του είναι "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NASA Picture of the Day

Λήψη αρχείων επέκτασης NASA Picture of the Day σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery.

Very minimalistic.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NASA Picture of the Day NASA Picture of the Day
ID njgkhaihjhccfmimhnddjgmdmnplhdel
Επίσημο URL https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel
Περιγραφή Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
Μέγεθος Αρχείου 34.96 KB
Αριθμός Εγκαταστάσεων 907
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2015-03-30
Ημερομηνία Δημοσίευσης 2015-03-30
Αξιολόγηση 4.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής http://breakfasthack.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://breakfasthack.com
Διεύθυνση URL της Σελίδας Βοήθειας http://breakfasthack.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NASA Picture of the Day",
    "short_name": "NASA_POTD",
    "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "page.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}