Chrome Delight
Replace your new tab with beautiful timelapse videos, with weather and time.
Chrome Delightとは何ですか?
Chrome DelightはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replace your new tab with beautiful timelapse videos, with weather and time.」です。
Chrome Delight拡張機能のCRXファイルをダウンロード
Chrome Delight拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Chrome Delight |
ID | chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
公式URL | https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
説明 | Replace your new tab with beautiful timelapse videos, with weather and time. |
ファイルサイズ | 151 KB |
インストール数 | 45 |
現在のバージョン | 1.0.25 |
最終更新日 | 2017-10-28 |
公開日 | 2017-10-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Delight", "short_name": "chrome-delight", "description": "Replace your new tab with beautiful timelapse videos, with weather and time.", "default_locale": "en", "manifest_version": 2, "version": "1.0.25", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "topSites", "chrome:\/\/favicon\/", "http:\/\/cdn.usedelight.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |