Astronomy Picture of the Day

A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.

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

Astronomy Picture of the Dayはthe-cybersapienによって開発されたChromeの拡張機能で、その主な機能は「A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Get the latest of the awesome picture from NASA right on your browser!
This extension shows you the Astronomy Picture of the Day from NASA's Open Data Portal. Also get amazing information about the picture, like who does it belong to and what's the story behind it, from your new tab page!

Permissions:
Read Browsing History: To show the top visited sites
Read and Change your data on api.nasa.gov:
To get the data and picture from NASA and show it on the page

This extension does not track you.
This is an unofficial APOD extension and is not affiliated with NASA or any of it's divisions in any manner.                    

拡張機能の基本情報

名前 Astronomy Picture of the Day Astronomy Picture of the Day
ID mlgidpjghjipdecdnjfmdenhpnifecgk
公式URL https://chrome.google.com/webstore/detail/astronomy-picture-of-the/mlgidpjghjipdecdnjfmdenhpnifecgk
説明 A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.
ファイルサイズ 1.39 MB
インストール数 80
現在のバージョン 1.1
最終更新日 2017-06-16
公開日 2017-06-16
評価 5.00/5 合計 2 レビュー
開発者 the-cybersapien
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Astronomy Picture of the Day",
    "version": "1.1",
    "manifest_version": 2,
    "author": "Aditya Aggarwal",
    "description": "A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "topSites",
        "tabs",
        "chrome:\/\/favicon\/",
        "https:\/\/api.nasa.gov\/"
    ],
    "chrome_url_overrides": {
        "newtab": "newTabPage.html"
    }
}