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). 擴展基本資訊
| 名稱 | |
| ID | chcbloiikmmeocihooagfegcoikgkjdn |
| 官方網址 | 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 |
| 電子郵箱 | [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\/*"
]
} | |