Weather Clock for Chrome
New tab screen with current time and weather.
Weather Clock for Chrome क्या है?
Weather Clock for Chrome Next Things Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New tab screen with current time and weather."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Weather Clock for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Weather Clock for Chrome is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather.
एक्सटेंशन की मूल जानकारी
नाम | Weather Clock for Chrome |
ID | adknmgojfoolkhflnjbjhnahaagjgogd |
आधिकारिक URL | https://chromewebstore.google.com/detail/weather-clock-for-chrome/adknmgojfoolkhflnjbjhnahaagjgogd |
विवरण | New tab screen with current time and weather. |
फ़ाइल का आकार | 2.21 MB |
स्थापना संख्या | 383 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2019-09-04 |
प्रकाशन तिथि | 2019-09-04 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Next Things Apps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather Clock for Chrome", "version": "1.0.0", "manifest_version": 2, "options_page": "app\/index.html#\/drawer\/settings", "icons": { "16": "images\/icon16.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "description": "New tab screen with current time and weather.", "background": { "scripts": [ "app\/underscore.js", "app\/background.js" ] }, "chrome_url_overrides": { "newtab": "app\/index.html" }, "default_locale": "en", "permissions": [ "storage", "tabs", "unlimitedStorage", "geolocation", "unlimitedStorage", "https:\/\/maps.googleapis.com\/maps\/api\/", "http:\/\/api.wunderground.com\/api", "https:\/\/ssl.google-analytics.com\/", "https:\/\/s3.amazonaws.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'" } |