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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |