Lunar phases
Displays the current phase of the moon.
Lunar phasesคืออะไร?
Lunar phases เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Thelin และคุณลักษณะหลักของมันคือ "Displays the current phase of the moon."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lunar phases
ดาวน์โหลดไฟล์ส่วนขยาย Lunar phases ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Click on the extension icon to display an image of the current lunar phase, along with its state and time of sunrise and sunset. Don't look at the moon without it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gonoapcaanboccgahfbaegafbckgmceh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lunar-phases/gonoapcaanboccgahfbaegafbckgmceh |
คำอธิบาย | Displays the current phase of the moon. |
ขนาดไฟล์ | 1.47 MB |
จำนวนการติดตั้ง | 1,568 |
เวอร์ชันปัจจุบัน | 1.6.0 |
อัปเดตครั้งล่าสุด | 2013-12-07 |
วันที่เผยแพร่ | 2013-12-07 |
คะแนน | 4.08/5 รวมทั้งหมด 50 คะแนน |
ผู้พัฒนา | Michael Thelin |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lunar phases", "version": "1.6.0", "manifest_version": 2, "description": "Displays the current phase of the moon.", "options_page": "views\/options.html", "browser_action": { "default_icon": "images\/moon-icon.png", "default_popup": "views\/popup.html", "default_title": "Lunar Phases" }, "background": { "scripts": [ "scripts\/events.js" ], "persistent": false }, "icons": { "16": "images\/moon-icon-16.png", "48": "images\/moon-icon-48.png", "128": "images\/moon-icon.png" }, "permissions": [ "http:\/\/*.wunderground.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |