Sunrise | Sunset

An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen

Sunrise | Sunsetคืออะไร?

Sunrise | Sunset เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sunrise-sunset.today และคุณลักษณะหลักของมันคือ "An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen"

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

screenshot

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

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

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

                        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                    

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

ชื่อ Sunrise | Sunset Sunrise | Sunset
ID lckjbadjcgigmpgabfhbojchdhcjdfhg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sunrise-sunset/lckjbadjcgigmpgabfhbojchdhcjdfhg
คำอธิบาย An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen
ขนาดไฟล์ 501 KB
จำนวนการติดตั้ง 485
เวอร์ชันปัจจุบัน 0.9.3
อัปเดตครั้งล่าสุด 2016-02-19
วันที่เผยแพร่ 2016-02-19
คะแนน 1.60/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา http://sunrise-sunset.today
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://sunrise-sunset.today/
ภาษาที่รองรับ 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'"
}