World Weather Forecast

Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.

Vad är World Weather Forecast?

World Weather Forecast är en Chrome-tillägg utvecklad av Smart Software, och dess huvudfunktion är "Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.".

Tilläggsskärmbilder

screenshot

Ladda ner World Weather Forecast-förlängningens CRX-fil

Ladda ner World Weather Forecast-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Weather forecast & current weather worldwide in Fahrenheit or Celsius.
Explore world weather maps to view meteorological conditions all across the world.
Automatically displays the weather forecast for your current location, or Enter city name to get forecasts for cities around the world.                    

Grundläggande Information om Tillägg

Namn World Weather Forecast World Weather Forecast
ID fnfnbeppfinmnjnjhedifcfllpcfgeea
Officiell webbadress https://chromewebstore.google.com/detail/world-weather-forecast/fnfnbeppfinmnjnjhedifcfllpcfgeea
Beskrivning Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.
Filstorlek 34.77 KB
Antal Installationer 68,657
Aktuell Version 2.0.3.6
Senast Uppdaterad 2023-12-05
Publiceringsdatum 2020-02-22
Betyg 4.58/5 Totalt 4261 Betyg
Utvecklare Smart Software
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://weather.fullstacks.net/
Hjälpsida URL https://weather.fullstacks.net/
URL till Sekretesspolicy Sidan http://iblogbox.com/chrome/tos.php
Stödda Språk en
manifest.json
{
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_ext_name__"
    },
    "permissions": [
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "2.0.3.6"
}