NASA Picture of the Day Tab

Shows the NASA Picture of the Day upon opening a new tab.

什麼是NASA Picture of the Day Tab?

NASA Picture of the Day Tab是由brettwseitz開發的Chrome擴展程式,該擴展的主要功能是“Shows the NASA Picture of the Day upon opening a new tab.”。

擴展截圖

screenshot

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

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

擴展使用說明

                        An extension which presents the NASA Picture of the Day as the background to a new tab.                    

擴展基本資訊

名稱 NASA Picture of the Day Tab NASA Picture of the Day Tab
ID bhlhaojmlcidaadglhfbmfacoaaebocm
官方網址 https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm
簡介 Shows the NASA Picture of the Day upon opening a new tab.
檔案大小 23.57 KB
安裝次數 38
目前版本 1.0.0
更新時間 2018-08-25
上架時間 2018-08-25
評分 5.00/5 共 1 次評分
開發者 brettwseitz
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NASA Picture of the Day Tab",
    "description": "Shows the NASA Picture of the Day upon opening a new tab.",
    "version": "1.0.0",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self' img-src 'self';"
}