NASA Astronomy Picture of the Day New Tab

NASA Astronomy Picture of the Day New Tab

Apa itu NASA Astronomy Picture of the Day New Tab?

NASA Astronomy Picture of the Day New Tab adalah ekstensi Chrome yang dikembangkan oleh gracia9828, dan fitur utamanya adalah "NASA Astronomy Picture of the Day New Tab".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi NASA Astronomy Picture of the Day New Tab

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

                        Sets your new tab page to a personal dashboard that displays the NASA astronomy picture of the day (APOD). This new tab page is beautiful, educational, and feature rich. 

The new tab page comes with a search bar supporting configurable search options to Google, Bing, DuckDuckGo, You, Amazon, Walmart and eBay. You can create draggable and minimizable sticky notes. Timer and Desmos calculator widgets are available. Date and time can be configured. Shortcuts are set to most visited websites but can be edited. The position of them can be set to the center or the bottom. In the settings features can be toggled. In the bottom left there is a link to NASA astronomy picture of the day. Available in light and dark themes.                    

Informasi Dasar Ekstensi

Nama NASA Astronomy Picture of the Day New Tab NASA Astronomy Picture of the Day New Tab
ID cpioknajigibofdjkagdpeemjfajffjf
URL Resmi https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/cpioknajigibofdjkagdpeemjfajffjf
Deskripsi NASA Astronomy Picture of the Day New Tab
Ukuran File 2.08 MB
Jumlah Instalasi 1,575
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2023-06-24
Tanggal Publikasi 2023-01-29
Penilaian 4.73/5 Total 11 Penilaian
Pengembang gracia9828
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NASA Astronomy Picture of the Day New Tab",
    "description": "NASA Astronomy Picture of the Day New Tab",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_title": "New Tab"
    },
    "background": {
        "service_worker": "background.js"
    }
}