APODtab

Displays the latest NASA APOD image when you open a new tab

APODtabとは何ですか?

APODtabはjooldesign.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Displays the latest NASA APOD image when you open a new tab」です。

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

screenshot

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

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

拡張機能の使用方法

                        If you love space, astrophotography or just inspiring photographs, this extension replaces the boring plain new tab screen with images from NASA's Astronomy Picture of the Day archive. The extension also includes details of the epic images you'll enjoy looking at so you can learn more about space too before browsing the web!                    

拡張機能の基本情報

名前 APODtab APODtab
ID ejnhecfpbdkkacaafogkemfmkdpnaloc
公式URL https://chromewebstore.google.com/detail/apodtab/ejnhecfpbdkkacaafogkemfmkdpnaloc
説明 Displays the latest NASA APOD image when you open a new tab
ファイルサイズ 70.76 KB
インストール数 61
現在のバージョン 1.3.0
最終更新日 2017-02-16
公開日 2017-02-16
評価 5.00/5 合計 1 レビュー
開発者 jooldesign.co.uk
支払い方法 free
拡張機能のウェブサイト http://jooldesign.co.uk
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APODtab",
    "version": "1.3.0",
    "description": "Displays the latest NASA APOD image when you open a new tab",
    "author": "Chris Briggs ",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/"
    ],
    "chrome_url_overrides": {
        "newtab": "apod.html"
    }
}