Nice APOD
A nicer looking Astronomy Picture of the Day from NASA
Nice APODคืออะไร?
Nice APOD เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TadasTamo และคุณลักษณะหลักของมันคือ "A nicer looking Astronomy Picture of the Day from NASA"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nice APOD
ดาวน์โหลดไฟล์ส่วนขยาย Nice APOD ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Nicer experience on Astronomy Picture of the Day by NASA (http://apod.nasa.gov): better font and line spacing, less obtrusive link color etc. Source code: https://github.com/tadast/nice-apod
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jlnomhbpddlchjhndafjommmbchfobjc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc |
คำอธิบาย | A nicer looking Astronomy Picture of the Day from NASA |
ขนาดไฟล์ | 27.05 KB |
จำนวนการติดตั้ง | 119 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2014-01-26 |
วันที่เผยแพร่ | 2014-01-26 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | TadasTamo |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/tadast |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nice APOD", "description": "A nicer looking Astronomy Picture of the Day from NASA", "version": "0.1", "minimum_chrome_version": "23", "icons": { "16": "images\/logo16.png", "128": "images\/logo128.png" }, "content_scripts": [ { "matches": [ "http:\/\/apod.nasa.gov\/apod\/*" ], "css": [ "css\/main.css" ], "js": [ "main.js" ] } ], "permissions": [ "tabs", "http:\/\/apod.nasa.gov\/apod\/*" ] } |