Currents
Replace new tab screen with current time and weather.
Currentsとは何ですか?
Currentsはhttps://deadnight7.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab screen with current time and weather.」です。
拡張機能のスクリーンショット
Currents拡張機能のCRXファイルをダウンロード
Currents拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace new tab screen with current time and weather. 拡張機能の基本情報
| 名前 | |
| ID | fmladbonckfbhdblkcipokdinlnamnif |
| 公式URL | https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif |
| 説明 | Replace new tab screen with current time and weather. |
| ファイルサイズ | 2.38 MB |
| インストール数 | 52 |
| 現在のバージョン | 3.4.0 |
| 最終更新日 | 2020-08-18 |
| 公開日 | 2020-08-18 |
| 開発者 | https://deadnight7.github.io |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"chrome_url_overrides": {
"newtab": "app\/index.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'",
"default_locale": "en",
"description": "Replace new tab screen with current time and weather.",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"96": "images\/icon96.png"
},
"manifest_version": 2,
"name": "Currents",
"options_page": "app\/index.html#\/drawer\/settings",
"permissions": [
"storage",
"unlimitedStorage",
"geolocation",
"unlimitedStorage",
"https:\/\/maps.googleapis.com\/maps\/api\/",
"http:\/\/api.wunderground.com\/api",
"https:\/\/ssl.google-analytics.com\/",
"https:\/\/s3.amazonaws.com\/"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.4.0"
} | |