Simple Weather Report
Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.
Simple Weather Report क्या है?
Simple Weather Report https://romanoff.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Weather Report एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. User able to set location and temperature unit Fahrenheit (°F) or Celsius (°C)
एक्सटेंशन की मूल जानकारी
नाम | Simple Weather Report |
ID | khbkgchpkbiecdafoacnkbdomjfgekdo |
आधिकारिक URL | https://chromewebstore.google.com/detail/simple-weather-report/khbkgchpkbiecdafoacnkbdomjfgekdo |
विवरण | Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. |
फ़ाइल का आकार | 824 KB |
स्थापना संख्या | 380 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2020-08-25 |
प्रकाशन तिथि | 2020-08-16 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://romanoff.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "name": "Simple Weather Report", "version": "1.0.2", "manifest_version": 2, "description": "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.", "author": "Michael Romanoff, [email protected]", "homepage_url": "https:\/\/romanoff.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Simple Weather Report", "default_popup": "src\/dist\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |