APOD

The famous APOD : Astronomy Picture Of the Day

什麼是APOD?

APOD是由https://www.astrofiles.net開發的Chrome擴展程式,該擴展的主要功能是“The famous APOD : Astronomy Picture Of the Day”。

擴展截圖

screenshot

下載APOD擴展crx文件

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

擴展使用說明

                        This is the famous Astronomy Picture Of the Day retrieved from http://apod.nasa.gov.

This extension shows every day the new Apod. Just click the icon to see the picture and the explanation from a professional astronomer. You can click on the image to see the highest resolution available.
New in version 2.0 : Click the arrows to slide apods back & forth.

Enjoy!                    

擴展基本資訊

名稱 APOD APOD
ID gggblmmgahdkappoldbhdbofnjlklphc
官方網址 https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc
簡介 The famous APOD : Astronomy Picture Of the Day
檔案大小 139 KB
安裝次數 485
目前版本 2.1
更新時間 2013-06-17
上架時間 2013-06-17
評分 4.40/5 共 10 次評分
開發者 https://www.astrofiles.net
付費類型 free
擴展官網 http://www.astrofiles.net/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APOD",
    "version": "2.1",
    "description": "The famous APOD : Astronomy Picture Of the Day",
    "permissions": [
        "notifications"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "apod16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "apod16.png",
        "48": "apod48.png",
        "128": "apod128.png"
    }
}