Nice APOD

A nicer looking Astronomy Picture of the Day from NASA

Nice APODとは何ですか?

Nice APODはTadasTamoによって開発されたChromeの拡張機能で、その主な機能は「A nicer looking Astronomy Picture of the Day from NASA」です。

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

screenshot
screenshot

Nice APOD拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Nicer experience on Astronomy Picture of the Day by NASA (http://apod.nasa.gov): better font and line spacing, less obtrusive link color etc.

Source code: https://github.com/tadast/nice-apod                    

拡張機能の基本情報

名前 Nice APOD Nice APOD
ID jlnomhbpddlchjhndafjommmbchfobjc
公式URL https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc
説明 A nicer looking Astronomy Picture of the Day from NASA
ファイルサイズ 27.05 KB
インストール数 119
現在のバージョン 0.1
最終更新日 2014-01-26
公開日 2014-01-26
評価 5.00/5 合計 3 レビュー
開発者 TadasTamo
支払い方法 free
拡張機能のウェブサイト https://github.com/tadast
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nice APOD",
    "description": "A nicer looking Astronomy Picture of the Day from NASA",
    "version": "0.1",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "images\/logo16.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/apod.nasa.gov\/apod\/*"
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/apod.nasa.gov\/apod\/*"
    ]
}