NASA Picture of the Day

Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.

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

NASA Picture of the Dayはhttp://breakfasthack.comによって開発されたChromeの拡張機能で、その主な機能は「Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery.

Very minimalistic.                    

拡張機能の基本情報

名前 NASA Picture of the Day NASA Picture of the Day
ID njgkhaihjhccfmimhnddjgmdmnplhdel
公式URL https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel
説明 Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
ファイルサイズ 34.96 KB
インストール数 907
現在のバージョン 0.1
最終更新日 2015-03-30
公開日 2015-03-30
評価 4.00/5 合計 8 レビュー
開発者 http://breakfasthack.com
支払い方法 free
拡張機能のウェブサイト http://breakfasthack.com
ヘルプページのURL http://breakfasthack.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NASA Picture of the Day",
    "short_name": "NASA_POTD",
    "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "page.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}