New Tab APOD

This extension displays the NASA astronomy picture of the day on every new tab window.

New Tab APODとは何ですか?

New Tab APODはPatrickによって開発されたChromeの拡張機能で、その主な機能は「This extension displays the NASA astronomy picture of the day on every new tab window.」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 New Tab APOD New Tab APOD
ID konddkpdfldiefojelccmbdcbblelffh
公式URL https://chromewebstore.google.com/detail/new-tab-apod/konddkpdfldiefojelccmbdcbblelffh
説明 This extension displays the NASA astronomy picture of the day on every new tab window.
ファイルサイズ 57.34 KB
インストール数 143
現在のバージョン 0.1.4
最終更新日 2016-12-22
公開日 2016-12-22
評価 5.00/5 合計 6 レビュー
開発者 Patrick
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab APOD",
    "description": "This extension displays the NASA astronomy picture of the day on every new tab window.",
    "version": "0.1.4",
    "permissions": [
        "https:\/\/apod.nasa.gov\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    }
}