Sunrise | Sunset
An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen
Sunrise | Sunset là gì?
Sunrise | Sunset là một tiện ích mở rộng Chrome được phát triển bởi http://sunrise-sunset.today, và tính năng chính của nó là "An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen".
Ả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 Sunrise | Sunset
Tải xuống các tệp mở rộng Sunrise | Sunset 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
A minimalist world clock which replaces the 'new tab' screen in Google Chrome. Sunrise and sunset times, the weather, the sun's current position and local time are shown for any location in the world. UPDATE: Location input hidden once entered - to re-enable, click on the location in the middle of the circle Highlights: - select a location anywhere in the world - current local time - current weather and chance of rain - sunrise & sunset times - un's current position Coming soon: - geolocation - date selector - multiple language options
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lckjbadjcgigmpgabfhbojchdhcjdfhg |
URL Chính Thức | https://chrome.google.com/webstore/detail/sunrise-sunset/lckjbadjcgigmpgabfhbojchdhcjdfhg |
Mô tả | An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen |
Kích Thước Tệp | 501 KB |
Số Lần Cài Đặt | 485 |
Phiên Bản Hiện Tại | 0.9.3 |
Cập Nhật Lần Cuối | 2016-02-19 |
Ngày Phát Hành | 2016-02-19 |
Đánh Giá | 1.60/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | http://sunrise-sunset.today |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://sunrise-sunset.today/ |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sunrise | Sunset", "description": "An elegant world clock with weather and sunrise \/ sunset times which replaces the new tab screen", "version": "0.9.3", "short_name": "Rise | Set", "manifest_version": 2, "options_page": "options.html", "icons": { "128": "icon128manifest.png", "48": "icon48manifest.png", "32": "icon32manifest.png", "16": "icon16manifest.png" }, "permissions": [ "storage", "unlimitedStorage", "topSites" ], "chrome_url_overrides": { "newtab": "chrome.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maps.googleapis.com https:\/\/www.google-analytics.com https:\/\/api.forecast.io; object-src 'self'" } |