Astronomy Picture of the Day

This extension displays the Astronomy Picture of the Day in your new tab page.

Apa itu Astronomy Picture of the Day?

Astronomy Picture of the Day adalah ekstensi Chrome yang dikembangkan oleh ohohbot, dan fitur utamanya adalah "This extension displays the Astronomy Picture of the Day in your new tab page.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Astronomy Picture of the Day

Unduh file ekstensi 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

                        This extension displays the Astronomy Picture of the Day in your new tab page. 

This app was made at Hack the Universe - presented by BridgeUp: STEM and hosted by the American Natural History Museum. More info can be found here: http://www.amnh.org/calendar/hack-the-universe

Daily picture is from http://apod.nasa.gov/ where image credit and more information can be found. This is an unofficial APOD extension and not affiliated with NASA. Icon credit: Freepik from Flaticon is licensed by Creative Commons BY 3.0                    

Informasi Dasar Ekstensi

Nama Astronomy Picture of the Day Astronomy Picture of the Day
ID bdmbcendkknegokaagnpmaimeemgiimc
URL Resmi https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc
Deskripsi This extension displays the Astronomy Picture of the Day in your new tab page.
Ukuran File 2.89 MB
Jumlah Instalasi 523
Versi Saat Ini 2
Terakhir Diperbarui 2017-03-12
Tanggal Publikasi 2017-03-12
Penilaian 4.32/5 Total 19 Penilaian
Pengembang ohohbot
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "build\/apod.js"
        ]
    },
    "name": "Astronomy Picture of the Day",
    "description": "This extension displays the Astronomy Picture of the Day in your new tab page.",
    "version": "2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}