Current Weather - New Tab
Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!
Current Weather - New Tabとは何ですか?
Current Weather - New TabはAntech Developmentによって開発されたChromeの拡張機能で、その主な機能は「Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!」です。
拡張機能のスクリーンショット
Current Weather - New Tab拡張機能のCRXファイルをダウンロード
Current Weather - New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | gkgglahfccodheljaolemocokldjbnbh |
| 公式URL | https://chromewebstore.google.com/detail/current-weather-new-tab/gkgglahfccodheljaolemocokldjbnbh |
| 説明 | Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab! |
| ファイルサイズ | 614 KB |
| インストール数 | 5,035 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2016-02-02 |
| 公開日 | 2016-02-01 |
| 評価 | 3.88/5 合計 16 レビュー |
| 開発者 | Antech Development |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.antechdevelopment.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Current Weather - New Tab",
"short_name": "View live weather data in an awesome live new tab!",
"description": "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!",
"version": "1.1",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"geolocation",
"storage"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png",
"256": "icon256.png"
}
} | |