APODtab

Displays the latest NASA APOD image when you open a new tab

Apa itu APODtab?

APODtab adalah ekstensi Chrome yang dikembangkan oleh jooldesign.co.uk, dan fitur utamanya adalah "Displays the latest NASA APOD image when you open a new tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi APODtab

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

                        If you love space, astrophotography or just inspiring photographs, this extension replaces the boring plain new tab screen with images from NASA's Astronomy Picture of the Day archive. The extension also includes details of the epic images you'll enjoy looking at so you can learn more about space too before browsing the web!                    

Informasi Dasar Ekstensi

Nama APODtab APODtab
ID ejnhecfpbdkkacaafogkemfmkdpnaloc
URL Resmi https://chromewebstore.google.com/detail/apodtab/ejnhecfpbdkkacaafogkemfmkdpnaloc
Deskripsi Displays the latest NASA APOD image when you open a new tab
Ukuran File 70.76 KB
Jumlah Instalasi 61
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2017-02-16
Tanggal Publikasi 2017-02-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang jooldesign.co.uk
Tipe Pembayaran free
Situs Ekstensi http://jooldesign.co.uk
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APODtab",
    "version": "1.3.0",
    "description": "Displays the latest NASA APOD image when you open a new tab",
    "author": "Chris Briggs ",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/"
    ],
    "chrome_url_overrides": {
        "newtab": "apod.html"
    }
}