Gismeteo

Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world

Τι είναι το Gismeteo;

Το Gismeteo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.gismeteo.ru, και η κύρια λειτουργία του είναι "Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world".

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

screenshot
screenshot
screenshot

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

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

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

                        Real time weather and detailed forecast all round the world.

The icon in your toolbar displays real time weather or forecast for the nearest time of your favorite place. Click the icon and you will get detailed forecast.

We express our gratitude for the use of our expansion and look forward to new comments and suggestions to [email protected]                    

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

Όνομα Gismeteo Gismeteo
ID bfegaehidkkcfaikpaijcdahnpikhobf
Επίσημο URL https://chromewebstore.google.com/detail/gismeteo/bfegaehidkkcfaikpaijcdahnpikhobf
Περιγραφή Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
Μέγεθος Αρχείου 6.98 MB
Αριθμός Εγκαταστάσεων 424,294
Τρέχουσα Έκδοση 3.1.8
Τελευταία Ενημέρωση 2018-03-29
Ημερομηνία Δημοσίευσης 2018-03-29
Αξιολόγηση 4.35/5 Συνολικά 4114 Αξιολογήσεις
Προγραμματιστής https://www.gismeteo.ru
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.gismeteo.com
Διεύθυνση URL της Σελίδας Βοήθειας http://support.gismeteo.ru
Υποστηριζόμενες Γλώσσες en,lt,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "logo.png"
        },
        "default_popup": "popup.html",
        "default_title": "Gismeteo"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description_ext__",
    "homepage_url": "https:\/\/www.gismeteo.ru",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Gismeteo",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "https:\/\/services.gismeteo.ru\/inform-service\/",
        "https:\/\/ssl.google-analytics.com\/"
    ],
    "version": "3.1.8",
    "web_accessible_resources": [
        "favicon-16.png"
    ]
}