Weathergirls

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

What is Weathergirls?

Weathergirls is a Chrome extension developed by https://fathom.info, and its main feature is "Let the Weathergirls show you what the weather is like out there with each new tab!".

Extension Screenshots

screenshot

Download Weathergirls Extension CRX File

Download Weathergirls extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Weathergirls Weathergirls
ID febjnmbhehpkkddkolebbbeojbokkmng
Official URL https://chromewebstore.google.com/detail/weathergirls/febjnmbhehpkkddkolebbbeojbokkmng
Description Let the Weathergirls show you what the weather is like out there with each new tab!
File Size 833 KB
Installation Count 23
Current Version 1.0
Last Updated 2017-12-18
Publish Date 2017-12-18
Rating 5.00/5 Total 1 Ratings
Developer https://fathom.info
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}