Lunar phases
Displays the current phase of the moon.
Lunar phases là gì?
Lunar phases là một tiện ích mở rộng Chrome được phát triển bởi Michael Thelin, và tính năng chính của nó là "Displays the current phase of the moon.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lunar phases
Tải xuống các tệp mở rộng Lunar phases dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gonoapcaanboccgahfbaegafbckgmceh |
URL Chính Thức | https://chrome.google.com/webstore/detail/lunar-phases/gonoapcaanboccgahfbaegafbckgmceh |
Mô tả | Displays the current phase of the moon. |
Kích Thước Tệp | 1.47 MB |
Số Lần Cài Đặt | 1,568 |
Phiên Bản Hiện Tại | 1.6.0 |
Cập Nhật Lần Cuối | 2013-12-07 |
Ngày Phát Hành | 2013-12-07 |
Đánh Giá | 4.08/5 Tổng số 50 Đánh Giá |
Nhà Phát Triển | Michael Thelin |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |