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!”。
扩展截图
下载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 |
ID | febjnmbhehpkkddkolebbbeojbokkmng |
官方URL | 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" } } |