Sunrise | Sunset
An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen
Sunrise | Sunset क्या है?
Sunrise | Sunset http://sunrise-sunset.today द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sunrise | Sunset एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
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'" } |