APOD

The famous APOD : Astronomy Picture Of the Day

APODคืออะไร?

APOD เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.astrofiles.net และคุณลักษณะหลักของมันคือ "The famous APOD : Astronomy Picture Of the Day"

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

screenshot

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

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

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

                        This is the famous Astronomy Picture Of the Day retrieved from http://apod.nasa.gov.

This extension shows every day the new Apod. Just click the icon to see the picture and the explanation from a professional astronomer. You can click on the image to see the highest resolution available.
New in version 2.0 : Click the arrows to slide apods back & forth.

Enjoy!                    

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

ชื่อ APOD APOD
ID gggblmmgahdkappoldbhdbofnjlklphc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc
คำอธิบาย The famous APOD : Astronomy Picture Of the Day
ขนาดไฟล์ 139 KB
จำนวนการติดตั้ง 485
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2013-06-17
วันที่เผยแพร่ 2013-06-17
คะแนน 4.40/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://www.astrofiles.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.astrofiles.net/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APOD",
    "version": "2.1",
    "description": "The famous APOD : Astronomy Picture Of the Day",
    "permissions": [
        "notifications"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "apod16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "apod16.png",
        "48": "apod48.png",
        "128": "apod128.png"
    }
}