Weathergirls

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

什麼是Weathergirls?

Weathergirls是由https://fathom.info開發的Chrome擴展程式,該擴展的主要功能是“Let the Weathergirls show you what the weather is like out there with each new tab!”。

擴展截圖

screenshot

下載Weathergirls擴展crx文件

下載Weathergirls擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Weathergirls Weathergirls
ID febjnmbhehpkkddkolebbbeojbokkmng
官方網址 https://chromewebstore.google.com/detail/weathergirls/febjnmbhehpkkddkolebbbeojbokkmng
簡介 Let the Weathergirls show you what the weather is like out there with each new tab!
檔案大小 833 KB
安裝次數 23
目前版本 1.0
更新時間 2017-12-18
上架時間 2017-12-18
評分 5.00/5 共 1 次評分
開發者 https://fathom.info
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}