APODtab

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

什麼是APODtab?

APODtab是由jooldesign.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Displays the latest NASA APOD image when you open a new tab”。

擴展截圖

screenshot

下載APODtab擴展crx文件

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

擴展使用說明

                        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!                    

擴展基本資訊

名稱 APODtab APODtab
ID ejnhecfpbdkkacaafogkemfmkdpnaloc
官方網址 https://chromewebstore.google.com/detail/apodtab/ejnhecfpbdkkacaafogkemfmkdpnaloc
簡介 Displays the latest NASA APOD image when you open a new tab
檔案大小 70.76 KB
安裝次數 61
目前版本 1.3.0
更新時間 2017-02-16
上架時間 2017-02-16
評分 5.00/5 共 1 次評分
開發者 jooldesign.co.uk
付費類型 free
擴展官網 http://jooldesign.co.uk
支援的語言 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"
    }
}