Astronomy Picture of the Day

A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.

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

Astronomy Picture of the Day เป็นส่วนขยายของ Chrome ที่พัฒนาโดย the-cybersapien และคุณลักษณะหลักของมันคือ "A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!."

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

screenshot
screenshot
screenshot

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

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

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

                        Get the latest of the awesome picture from NASA right on your browser!
This extension shows you the Astronomy Picture of the Day from NASA's Open Data Portal. Also get amazing information about the picture, like who does it belong to and what's the story behind it, from your new tab page!

Permissions:
Read Browsing History: To show the top visited sites
Read and Change your data on api.nasa.gov:
To get the data and picture from NASA and show it on the page

This extension does not track you.
This is an unofficial APOD extension and is not affiliated with NASA or any of it's divisions in any manner.                    

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

ชื่อ Astronomy Picture of the Day Astronomy Picture of the Day
ID mlgidpjghjipdecdnjfmdenhpnifecgk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/astronomy-picture-of-the/mlgidpjghjipdecdnjfmdenhpnifecgk
คำอธิบาย A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.
ขนาดไฟล์ 1.39 MB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-06-16
วันที่เผยแพร่ 2017-06-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา the-cybersapien
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Astronomy Picture of the Day",
    "version": "1.1",
    "manifest_version": 2,
    "author": "Aditya Aggarwal",
    "description": "A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "topSites",
        "tabs",
        "chrome:\/\/favicon\/",
        "https:\/\/api.nasa.gov\/"
    ],
    "chrome_url_overrides": {
        "newtab": "newTabPage.html"
    }
}