Weathergirls

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

Qu'est-ce que Weathergirls ?

Weathergirls est une extension Chrome développée par https://fathom.info, et sa fonction principale est "Let the Weathergirls show you what the weather is like out there with each new tab!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Weathergirls

Téléchargez les fichiers d'extension Weathergirls au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Weathergirls Weathergirls
ID febjnmbhehpkkddkolebbbeojbokkmng
URL Officiel https://chromewebstore.google.com/detail/weathergirls/febjnmbhehpkkddkolebbbeojbokkmng
Description Let the Weathergirls show you what the weather is like out there with each new tab!
Taille du Fichier 833 KB
Nombre d'Installations 23
Version Actuelle 1.0
Dernière Mise à Jour 2017-12-18
Date de Publication 2017-12-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://fathom.info
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}