SearchWeather
See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!
SearchWeather क्या है?
SearchWeather clicksedgellc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SearchWeather एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Search Weather is a browser extension. Location based weather details will be available to view along with the 5 day forecast. There is an option to change the location to view the weather at the location of preference. The background will change based on the type of weather. Time and data also available for the users. There is a searchbar for the users to search and get results from search Engine. For now, it is redirected to google search engine. User has an option to keep the browser option available while opening a new tab or will open as a window clicking the extension icon. The Search weather extension provides weather details for the user alsong with search option and also an option to change the location of the preferred weather location.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nnfecjnokhnmljkojoiddnodklkbikfn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/searchweather/nnfecjnokhnmljkojoiddnodklkbikfn |
विवरण | See the Weather Forecast in your browser for your location. Looking outside does not show you numbers! |
फ़ाइल का आकार | 936 KB |
स्थापना संख्या | 61 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2021-06-28 |
प्रकाशन तिथि | 2021-04-13 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | clicksedgellc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://clicksedge.co |
सहायता पृष्ठ URL | http://clicksedge.co/contact-us/ |
गोपनीयता नीति पृष्ठ URL | http://clicksedge.co/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SearchWeather", "version": "0.0.3", "options_page": "app\/index.html", "icons": { "16": "images\/icon16-1.png", "32": "images\/icon32-1.png", "128": "images\/128x128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16-1.png" }, "default_title": "Weather", "default_popup": "app\/smallindex.html" }, "description": "See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!", "chrome_url_overrides": { "newtab": "app\/index.html" }, "default_locale": "en", "author": "Fajo Joy, Bangalore, India", "background": { "page": "background.html" }, "permissions": [ "storage", "geolocation" ], "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/fonts.googleapis.com\/css2 ; object-src 'self'", "manifest_version": 2 } |