Weather App

The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.

Vad är Weather App?

Weather App är en Chrome-tillägg utvecklad av https://arunayyappath.me, och dess huvudfunktion är "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.".

Tilläggsskärmbilder

screenshot

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

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

                        It's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates                    

Grundläggande Information om Tillägg

Namn Weather App Weather App
ID npaebkdojgajejbpgegfgkdgfkokmepi
Officiell webbadress https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi
Beskrivning The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
Filstorlek 379 KB
Antal Installationer 264
Aktuell Version 1.0.1
Senast Uppdaterad 2019-08-21
Publiceringsdatum 2019-08-21
Betyg 3.80/5 Totalt 5 Betyg
Utvecklare https://arunayyappath.me
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://arunayyappath.me/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Weather",
    "manifest_version": 2,
    "name": "Weather App",
    "version": "1.0.1",
    "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "geolocation"
    ]
}