NASA Picture of the Day Tab

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

Apa itu NASA Picture of the Day Tab?

NASA Picture of the Day Tab adalah ekstensi Chrome yang dikembangkan oleh brettwseitz, dan fitur utamanya adalah "Shows the NASA Picture of the Day upon opening a new tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NASA Picture of the Day Tab

Unduh file ekstensi NASA Picture of the Day Tab 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

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

Informasi Dasar Ekstensi

Nama NASA Picture of the Day Tab NASA Picture of the Day Tab
ID bhlhaojmlcidaadglhfbmfacoaaebocm
URL Resmi https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm
Deskripsi Shows the NASA Picture of the Day upon opening a new tab.
Ukuran File 23.57 KB
Jumlah Instalasi 38
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-08-25
Tanggal Publikasi 2018-08-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang brettwseitz
Tipe Pembayaran free
Bahasa yang Didukung 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';"
}