Forecast.io Weather

Simple, accurate weather forecast.

Τι είναι το Forecast.io Weather;

Το Forecast.io Weather είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sites.google.com/site/haroldmartin, και η κύρια λειτουργία του είναι "Simple, accurate weather forecast.".

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

screenshot

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

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

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

                        * Fast weekly weather forecast in popup.
* Icon shows sunrise/sunset countdown.
* If you want to know the current temperature, go outside.

* Latest version fixes Celsius / Fahrenheit switching bug.

Courtesy of http://Forecast.io

https://github.com/hbmartin/chrome-forecast                    

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

Όνομα Forecast.io Weather Forecast.io Weather
ID mimfincbphlfoohpgppnphclbbnbmofc
Επίσημο URL https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc
Περιγραφή Simple, accurate weather forecast.
Μέγεθος Αρχείου 63.45 KB
Αριθμός Εγκαταστάσεων 240
Τρέχουσα Έκδοση 2.2.1
Τελευταία Ενημέρωση 2015-04-15
Ημερομηνία Δημοσίευσης 2015-04-14
Αξιολόγηση 2.61/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής https://sites.google.com/site/haroldmartin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://forecast.io
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Forecast.io Weather",
    "version": "2.2.1",
    "description": "Simple, accurate weather forecast.",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "sun\/Time.js",
            "sun\/JulianDay.js",
            "sun\/SolarPosition.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Forecast.io",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "storage",
        "geolocation",
        "*:\/\/*.forecast.io\/*",
        "*:\/\/*.github.com\/hbmartin\/zip-code-json\/*"
    ]
}