Weather forecast

Weather forecast for current city.

Τι είναι το Weather forecast;

Το Weather forecast είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nikolinadeveloper, και η κύρια λειτουργία του είναι "Weather forecast for current city.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Weather forecast

Λήψη αρχείων επέκτασης Weather forecast σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Weather forecast provides real time forecast for Your current location. It is using Weather Underground forecast service and displays current temperature, wind, pressure and humidity. Also 7 days forecast is displayed with basic informations.

Key features:
- multiple location support
- current weather
- 7 days forecast
- global coverage

For any bugs and questions please sand email to [email protected].                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Weather forecast Weather forecast
ID kccbhbehegopfhpmnmlnhkaidfiamepb
Επίσημο URL https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb
Περιγραφή Weather forecast for current city.
Μέγεθος Αρχείου 29.06 KB
Αριθμός Εγκαταστάσεων 981
Τρέχουσα Έκδοση 0.0.0.1
Τελευταία Ενημέρωση 2018-02-14
Ημερομηνία Δημοσίευσης 2018-02-14
Αξιολόγηση 3.83/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής nikolinadeveloper
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather forecast",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Weather forecast for current city.",
    "background": {
        "scripts": [
            "src\/vremenska_prognoza\/vremenska_prognoza.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "img\/icon38.png"
        },
        "default_title": "Weather forecast",
        "default_popup": "src\/prognoza.html"
    },
    "icons": {
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    }
}