APOD New Tab

See pictures from Astronomy Picture of the Day when you open a new tab!

什麼是APOD New Tab?

APOD New Tab是由desolationaurora開發的Chrome擴展程式,該擴展的主要功能是“See pictures from Astronomy Picture of the Day when you open a new tab!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載APOD New Tab擴展crx文件

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

擴展使用說明

                        Set your new tab window to display stunning images from NASA's Astronomy Image of the Day. Learn about the details behind these surreal cosmic occurrences, and easily browse the entire index of images.

Source: http://apod.nasa.gov/apod/astropix.html.

Type '?' for keyboard shortcuts.                    

擴展基本資訊

名稱 APOD New Tab APOD New Tab
ID pgnijakmicikmolkbgnnjpfhhkockobl
官方網址 https://chromewebstore.google.com/detail/apod-new-tab/pgnijakmicikmolkbgnnjpfhhkockobl
簡介 See pictures from Astronomy Picture of the Day when you open a new tab!
檔案大小 1.25 MB
安裝次數 50
目前版本 1.6.2
更新時間 2016-01-20
上架時間 2016-01-20
評分 4.00/5 共 4 次評分
開發者 desolationaurora
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APOD New Tab",
    "short_name": "APOD New Tab",
    "version": "1.6.2",
    "description": "See pictures from Astronomy Picture of the Day when you open a new tab!",
    "chrome_url_overrides": {
        "newtab": "apod.html"
    },
    "icons": {
        "48": "img\/48.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/",
        "http:\/\/api.data.gov\/",
        "https:\/\/api.data.gov\/"
    ]
}