Weather Buddy

Provides current weather conditions, and temperatures for the next three days.

Vad är Weather Buddy?

Weather Buddy är en Chrome-tillägg utvecklad av kacpermyslinski, och dess huvudfunktion är "Provides current weather conditions, and temperatures for the next three days.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

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

Ladda ner Weather Buddy-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 Buddy is a simple and straight-forward way to get current weather conditions and forecast temperatures wherever you are. Able to search for cities and convert temperatures between Celsius and Fahrenheit.                    

Grundläggande Information om Tillägg

Namn Weather Buddy Weather Buddy
ID bpbhcboindgomhjpohahlaoonfinnmkf
Officiell webbadress https://chromewebstore.google.com/detail/weather-buddy/bpbhcboindgomhjpohahlaoonfinnmkf
Beskrivning Provides current weather conditions, and temperatures for the next three days.
Filstorlek 895 KB
Antal Installationer 3,351
Aktuell Version 1.8.1
Senast Uppdaterad 2017-02-12
Publiceringsdatum 2017-02-11
Betyg 3.90/5 Totalt 50 Betyg
Utvecklare kacpermyslinski
Betalningssätt free
Tilläggswebbplats http://kacper.life/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather Buddy",
    "short_name": "Weather",
    "description": "Provides current weather conditions, and temperatures for the next three days.",
    "version": "1.8.1",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "weather.html"
    }
}