NASA Picture of the Day

Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.

NASA Picture of the Dayคืออะไร?

NASA Picture of the Day เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://breakfasthack.com และคุณลักษณะหลักของมันคือ "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NASA Picture of the Day

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

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

                        A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery.

Very minimalistic.                    

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

ชื่อ NASA Picture of the Day NASA Picture of the Day
ID njgkhaihjhccfmimhnddjgmdmnplhdel
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel
คำอธิบาย Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
ขนาดไฟล์ 34.96 KB
จำนวนการติดตั้ง 907
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-03-30
วันที่เผยแพร่ 2015-03-30
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา http://breakfasthack.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://breakfasthack.com
URL หน้าช่วยเหลือ http://breakfasthack.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NASA Picture of the Day",
    "short_name": "NASA_POTD",
    "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "page.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}