NASA Astronomy Picture of the Day

An inspiring picture of our universe every day, replacing the New Tab in Chrome.

Apa itu NASA Astronomy Picture of the Day?

NASA Astronomy Picture of the Day adalah ekstensi Chrome yang dikembangkan oleh Rhys Mills, dan fitur utamanya adalah "An inspiring picture of our universe every day, replacing the New Tab in Chrome.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi NASA Astronomy Picture of the Day

Unduh file ekstensi NASA Astronomy Picture of the Day dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Replace chrome's New Tab with a gallery of inspiring images from NASA's "Astronomy Picture of the Day".

This is an unofficial project which uses NASA's APOD API.

This extension is open source; all code can be seen here:
https://github.com/rhystmills/nasa-apod-extension                    

Informasi Dasar Ekstensi

Nama NASA Astronomy Picture of the Day NASA Astronomy Picture of the Day
ID bechhfglhcdjmemhkmincgemjgcbeifa
URL Resmi https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa
Deskripsi An inspiring picture of our universe every day, replacing the New Tab in Chrome.
Ukuran File 249 KB
Jumlah Instalasi 809
Versi Saat Ini 1.03
Terakhir Diperbarui 2020-06-04
Tanggal Publikasi 2020-06-04
Pengembang Rhys Mills
Tipe Pembayaran free
Situs Ekstensi https://github.com/rhystmills/nasa-apod-extension
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "NASA APOD",
    "name": "NASA Astronomy Picture of the Day",
    "description": "An inspiring picture of our universe every day, replacing the New Tab in Chrome.",
    "manifest_version": 2,
    "version": "1.03",
    "permissions": [],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-fADk4VUbkmcez1aydHzYUXKFVZS1hW2IO\/HUvnSxiIQ='; object-src 'self'",
    "icons": {
        "16": "extension-icon.png",
        "48": "extension-icon.png",
        "128": "extension-icon.png"
    }
}