NASA Astronomy Picture of the Day New Tab

NASA Astronomy Picture of the Day New Tab

什麼是NASA Astronomy Picture of the Day New Tab?

NASA Astronomy Picture of the Day New Tab是由gracia9828開發的Chrome擴展程式,該擴展的主要功能是“NASA Astronomy Picture of the Day New Tab”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載NASA Astronomy Picture of the Day New Tab擴展crx文件

下載NASA Astronomy Picture of the Day New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 NASA Astronomy Picture of the Day New Tab NASA Astronomy Picture of the Day New Tab
ID cpioknajigibofdjkagdpeemjfajffjf
官方網址 https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/cpioknajigibofdjkagdpeemjfajffjf
簡介 NASA Astronomy Picture of the Day New Tab
檔案大小 2.08 MB
安裝次數 1,575
目前版本 1.0.5
更新時間 2023-06-24
上架時間 2023-01-29
評分 4.73/5 共 11 次評分
開發者 gracia9828
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}