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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://meinside.dev และคุณลักษณะหลักของมันคือ "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย D-Day with APOD

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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\/*"
    ]
}