Check Weather

Weather forecast for current city and location of current visited website.

Vad är Check Weather?

Check Weather är en Chrome-tillägg utvecklad av anajeftovic1, och dess huvudfunktion är "Weather forecast for current city and location of current visited website.".

Tilläggsskärmbilder

screenshot

Ladda ner Check Weather-förlängningens CRX-fil

Ladda ner Check Weather-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

                        Check Weather extension is the perfect tool for getting weather information. It provides current weather conditions and seven days forecast based on Your location. Also, You will get weather info for location of website You are visiting. You don't have to wait for weather information anymore, just click on button and You will get all necessary information.                    

Grundläggande Information om Tillägg

Namn Check Weather Check Weather
ID jeboiehfeffphnnfahahdkaejhhafehm
Officiell webbadress https://chrome.google.com/webstore/detail/check-weather/jeboiehfeffphnnfahahdkaejhhafehm
Beskrivning Weather forecast for current city and location of current visited website.
Filstorlek 57.01 KB
Antal Installationer 1,544
Aktuell Version 0.0.0.3
Senast Uppdaterad 2018-03-12
Publiceringsdatum 2018-03-12
Betyg 3.17/5 Totalt 6 Betyg
Utvecklare anajeftovic1
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Check Weather",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "description": "Weather forecast for current city and location of current visited website.",
    "browser_action": {
        "default_icon": {
            "38": "img\/image38.png"
        },
        "default_title": "Check Weather",
        "default_popup": "src\/forecast.html"
    },
    "icons": {
        "38": "img\/image38.png",
        "48": "img\/image48.png",
        "64": "img\/image64.png",
        "96": "img\/image96.png",
        "128": "img\/image128.png"
    },
    "permissions": [
        "",
        "tabs"
    ]
}