Weather extension
The best way to see the Weather Forecast right in your browser of all over the world. Easier than looking outside!
Hvad er Weather extension?
Weather extension er en Chrome-udvidelse udviklet af https://sudarshanrai.com.np, og dens hovedfunktion er "The best way to see the Weather Forecast right in your browser of all over the world. Easier than looking outside!".
Udvidelsesskærmbilleder
Download Weather extension-udvidelses-CRX-fil
Download Weather extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This browser weather extension is a software program that adds weather information to your web browser. It allows you to view current temperature, forecast, and other weather-related data for your location directly on your browser's toolbar or as a pop-up window. It's easy to install and use, and works with major browsers such as Chrome, Firefox, and Safari. This extension is a convenient way to stay informed about the weather while you're browsing the web.
Grundlæggende oplysninger om udvidelsen
Navn | Weather extension |
ID | mfhfabihcpklaoadegkbfpfbenneniad |
Officiel URL | https://chromewebstore.google.com/detail/weather-extension/mfhfabihcpklaoadegkbfpfbenneniad |
Beskrivelse | The best way to see the Weather Forecast right in your browser of all over the world. Easier than looking outside! |
Filstørrelse | 1.14 MB |
Antal Installationer | 2,000 |
Nuværende Version | 4.2 |
Senest Opdateret | 2023-03-02 |
Udgivelsesdato | 2020-09-06 |
Bedømmelse | 4.63/5 Samlet 8 Bedømmelser |
Udvikler | https://sudarshanrai.com.np |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Weather extension", "version": "4.2", "description": "The best way to see the Weather Forecast right in your browser of all over the world. Easier than looking outside!", "icons": { "128": "\/assets\/icon128.png", "48": "\/assets\/icon48.png", "16": "\/assets\/icon16.png" }, "action": { "default_icon": { "16": "\/assets\/icon16.png", "48": "\/assets\/icon48.png" }, "default_popup": "index.html" }, "content_security_policy": [] } |