Weathergirls

Let the Weathergirls show you what the weather is like out there with each new tab!

Τι είναι το Weathergirls;

Το Weathergirls είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://fathom.info, και η κύρια λειτουργία του είναι "Let the Weathergirls show you what the weather is like out there with each new tab!".

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

screenshot

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

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

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

                        Know what to wear for the weather with the Weathergirls Chrome extension made by Fathom Information Design                    

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

Όνομα Weathergirls Weathergirls
ID febjnmbhehpkkddkolebbbeojbokkmng
Επίσημο URL https://chromewebstore.google.com/detail/weathergirls/febjnmbhehpkkddkolebbbeojbokkmng
Περιγραφή Let the Weathergirls show you what the weather is like out there with each new tab!
Μέγεθος Αρχείου 833 KB
Αριθμός Εγκαταστάσεων 23
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-12-18
Ημερομηνία Δημοσίευσης 2017-12-18
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://fathom.info
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weathergirls",
    "description": "Let the Weathergirls show you what the weather is like out there with each new tab!",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "girls.html"
    },
    "short_name": "Weathergirls",
    "permissions": [
        "geolocation",
        "https:\/\/*.fathom.info\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/use.fontawesome.com https:\/\/api.forecast.io https:\/\/weathergirls.fathom.info; object-src 'self'",
    "manifest_version": 2,
    "icons": {
        "38": "icon.png",
        "128": "icon128.png",
        "144": "icon144.png"
    }
}