D-Day with APOD
This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.
D-Day with APODとは何ですか?
D-Day with APODはhttps://meinside.devによって開発されたChromeの拡張機能で、その主な機能は「This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.」です。
拡張機能のスクリーンショット
D-Day with APOD拡張機能のCRXファイルをダウンロード
D-Day with APOD拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Whenever you open a new tab, you'll see your d-day with nice background images from NASA's APOD(https://apod.nasa.gov/apod/astropix.html).
拡張機能の基本情報
名前 | D-Day with APOD |
ID | chcbloiikmmeocihooagfegcoikgkjdn |
公式URL | https://chromewebstore.google.com/detail/d-day-with-apod/chcbloiikmmeocihooagfegcoikgkjdn |
説明 | This extension displays d-day with a background image fetched from NASA whenever a new tab is opened. |
ファイルサイズ | 193 KB |
インストール数 | 187 |
現在のバージョン | 0.2.0 |
最終更新日 | 2021-06-09 |
公開日 | 2017-07-06 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://meinside.dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/meinside/chromeextension-d-day-with-apod |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "D-Day with APOD", "version": "0.2.0", "manifest_version": 3, "description": "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.", "homepage_url": "https:\/\/meinside.dev", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_page": "src\/options_custom\/index.html", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/api.data.gov\/nasa\/planetary\/*" ] } |