Astronomy Picture of the Day

This extension displays the Astronomy Picture of the Day in your new tab page.

Astronomy Picture of the Dayとは何ですか?

Astronomy Picture of the Dayはohohbotによって開発されたChromeの拡張機能で、その主な機能は「This extension displays the Astronomy Picture of the Day in your new tab page.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Astronomy Picture of the Day拡張機能のCRXファイルをダウンロード

Astronomy Picture of the Day拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension displays the Astronomy Picture of the Day in your new tab page. 

This app was made at Hack the Universe - presented by BridgeUp: STEM and hosted by the American Natural History Museum. More info can be found here: http://www.amnh.org/calendar/hack-the-universe

Daily picture is from http://apod.nasa.gov/ where image credit and more information can be found. This is an unofficial APOD extension and not affiliated with NASA. Icon credit: Freepik from Flaticon is licensed by Creative Commons BY 3.0                    

拡張機能の基本情報

名前 Astronomy Picture of the Day Astronomy Picture of the Day
ID bdmbcendkknegokaagnpmaimeemgiimc
公式URL https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc
説明 This extension displays the Astronomy Picture of the Day in your new tab page.
ファイルサイズ 2.89 MB
インストール数 523
現在のバージョン 2
最終更新日 2017-03-12
公開日 2017-03-12
評価 4.32/5 合計 19 レビュー
開発者 ohohbot
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "build\/apod.js"
        ]
    },
    "name": "Astronomy Picture of the Day",
    "description": "This extension displays the Astronomy Picture of the Day in your new tab page.",
    "version": "2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}