Weathergirls

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

Apa itu Weathergirls?

Weathergirls adalah ekstensi Chrome yang dikembangkan oleh https://fathom.info, dan fitur utamanya adalah "Let the Weathergirls show you what the weather is like out there with each new tab!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Weathergirls

Unduh file ekstensi Weathergirls dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Weathergirls Weathergirls
ID febjnmbhehpkkddkolebbbeojbokkmng
URL Resmi https://chromewebstore.google.com/detail/weathergirls/febjnmbhehpkkddkolebbbeojbokkmng
Deskripsi Let the Weathergirls show you what the weather is like out there with each new tab!
Ukuran File 833 KB
Jumlah Instalasi 23
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-12-18
Tanggal Publikasi 2017-12-18
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://fathom.info
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}