NASA Astronomy Picture of the Day
An inspiring picture of our universe every day, replacing the New Tab in Chrome.
NASA Astronomy Picture of the Dayとは何ですか?
NASA Astronomy Picture of the DayはRhys Millsによって開発されたChromeの拡張機能で、その主な機能は「An inspiring picture of our universe every day, replacing the New Tab in Chrome.」です。
拡張機能のスクリーンショット
NASA Astronomy Picture of the Day拡張機能のCRXファイルをダウンロード
NASA Astronomy Picture of the Day拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace chrome's New Tab with a gallery of inspiring images from NASA's "Astronomy Picture of the Day". This is an unofficial project which uses NASA's APOD API. This extension is open source; all code can be seen here: https://github.com/rhystmills/nasa-apod-extension
拡張機能の基本情報
名前 | NASA Astronomy Picture of the Day |
ID | bechhfglhcdjmemhkmincgemjgcbeifa |
公式URL | https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa |
説明 | An inspiring picture of our universe every day, replacing the New Tab in Chrome. |
ファイルサイズ | 249 KB |
インストール数 | 809 |
現在のバージョン | 1.03 |
最終更新日 | 2020-06-04 |
公開日 | 2020-06-04 |
開発者 | Rhys Mills |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/rhystmills/nasa-apod-extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "NASA APOD", "name": "NASA Astronomy Picture of the Day", "description": "An inspiring picture of our universe every day, replacing the New Tab in Chrome.", "manifest_version": 2, "version": "1.03", "permissions": [], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'sha256-fADk4VUbkmcez1aydHzYUXKFVZS1hW2IO\/HUvnSxiIQ='; object-src 'self'", "icons": { "16": "extension-icon.png", "48": "extension-icon.png", "128": "extension-icon.png" } } |