APODtab

Displays the latest NASA APOD image when you open a new tab

APODtabคืออะไร?

APODtab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jooldesign.co.uk และคุณลักษณะหลักของมันคือ "Displays the latest NASA APOD image when you open a new tab"

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

screenshot

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

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

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

                        If you love space, astrophotography or just inspiring photographs, this extension replaces the boring plain new tab screen with images from NASA's Astronomy Picture of the Day archive. The extension also includes details of the epic images you'll enjoy looking at so you can learn more about space too before browsing the web!                    

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

ชื่อ APODtab APODtab
ID ejnhecfpbdkkacaafogkemfmkdpnaloc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/apodtab/ejnhecfpbdkkacaafogkemfmkdpnaloc
คำอธิบาย Displays the latest NASA APOD image when you open a new tab
ขนาดไฟล์ 70.76 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2017-02-16
วันที่เผยแพร่ 2017-02-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jooldesign.co.uk
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://jooldesign.co.uk
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APODtab",
    "version": "1.3.0",
    "description": "Displays the latest NASA APOD image when you open a new tab",
    "author": "Chris Briggs ",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/"
    ],
    "chrome_url_overrides": {
        "newtab": "apod.html"
    }
}