Sunrise | Sunset
An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen
Sunrise | Sunsetとは何ですか?
Sunrise | Sunsetはhttp://sunrise-sunset.todayによって開発されたChromeの拡張機能で、その主な機能は「An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen」です。
拡張機能のスクリーンショット
Sunrise | Sunset拡張機能のCRXファイルをダウンロード
Sunrise | Sunset拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A minimalist world clock which replaces the 'new tab' screen in Google Chrome. Sunrise and sunset times, the weather, the sun's current position and local time are shown for any location in the world. UPDATE: Location input hidden once entered - to re-enable, click on the location in the middle of the circle Highlights: - select a location anywhere in the world - current local time - current weather and chance of rain - sunrise & sunset times - un's current position Coming soon: - geolocation - date selector - multiple language options
拡張機能の基本情報
名前 | |
ID | lckjbadjcgigmpgabfhbojchdhcjdfhg |
公式URL | https://chrome.google.com/webstore/detail/sunrise-sunset/lckjbadjcgigmpgabfhbojchdhcjdfhg |
説明 | An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen |
ファイルサイズ | 501 KB |
インストール数 | 485 |
現在のバージョン | 0.9.3 |
最終更新日 | 2016-02-19 |
公開日 | 2016-02-19 |
評価 | 1.60/5 合計 15 レビュー |
開発者 | http://sunrise-sunset.today |
支払い方法 | free |
拡張機能のウェブサイト | http://sunrise-sunset.today/ |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sunrise | Sunset", "description": "An elegant world clock with weather and sunrise \/ sunset times which replaces the new tab screen", "version": "0.9.3", "short_name": "Rise | Set", "manifest_version": 2, "options_page": "options.html", "icons": { "128": "icon128manifest.png", "48": "icon48manifest.png", "32": "icon32manifest.png", "16": "icon16manifest.png" }, "permissions": [ "storage", "unlimitedStorage", "topSites" ], "chrome_url_overrides": { "newtab": "chrome.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maps.googleapis.com https:\/\/www.google-analytics.com https:\/\/api.forecast.io; object-src 'self'" } |