Weathergirls

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

Vad är Weathergirls?

Weathergirls är en Chrome-tillägg utvecklad av https://fathom.info, och dess huvudfunktion är "Let the Weathergirls show you what the weather is like out there with each new tab!".

Tilläggsskärmbilder

screenshot

Ladda ner Weathergirls-förlängningens CRX-fil

Ladda ner Weathergirls-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Weathergirls Weathergirls
ID febjnmbhehpkkddkolebbbeojbokkmng
Officiell webbadress https://chromewebstore.google.com/detail/weathergirls/febjnmbhehpkkddkolebbbeojbokkmng
Beskrivning Let the Weathergirls show you what the weather is like out there with each new tab!
Filstorlek 833 KB
Antal Installationer 23
Aktuell Version 1.0
Senast Uppdaterad 2017-12-18
Publiceringsdatum 2017-12-18
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://fathom.info
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}