Weathergirls

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

Co to jest Weathergirls?

Weathergirls to rozszerzenie Chrome opracowane przez https://fathom.info, a jego główną funkcją jest „Let the Weathergirls show you what the weather is like out there with each new tab!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Weathergirls

Pobierz pliki rozszerzeń Weathergirls w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Weathergirls Weathergirls
ID febjnmbhehpkkddkolebbbeojbokkmng
Oficjalny URL https://chromewebstore.google.com/detail/weathergirls/febjnmbhehpkkddkolebbbeojbokkmng
Opis Let the Weathergirls show you what the weather is like out there with each new tab!
Rozmiar pliku 833 KB
Liczba instalacji 23
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-12-18
Data Publikacji 2017-12-18
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://fathom.info
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}