New Tab APOD

This extension displays the NASA astronomy picture of the day on every new tab window.

New Tab APODคืออะไร?

New Tab APOD เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Patrick และคุณลักษณะหลักของมันคือ "This extension displays the NASA astronomy picture of the day on every new tab window."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab APOD

ดาวน์โหลดไฟล์ส่วนขยาย New Tab APOD ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ New Tab APOD New Tab APOD
ID konddkpdfldiefojelccmbdcbblelffh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-apod/konddkpdfldiefojelccmbdcbblelffh
คำอธิบาย This extension displays the NASA astronomy picture of the day on every new tab window.
ขนาดไฟล์ 57.34 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2016-12-22
วันที่เผยแพร่ 2016-12-22
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Patrick
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab APOD",
    "description": "This extension displays the NASA astronomy picture of the day on every new tab window.",
    "version": "0.1.4",
    "permissions": [
        "https:\/\/apod.nasa.gov\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    }
}