Windowshade
Ever lose track of time staring at your screen? Windowshade replaces your new tab page with a clock that shows what the sky…
Windowshadeとは何ですか?
WindowshadeはHeptarexによって開発されたChromeの拡張機能で、その主な機能は「Ever lose track of time staring at your screen? Windowshade replaces your new tab page with a clock that shows what the sky…」です。
拡張機能のスクリーンショット
Windowshade拡張機能のCRXファイルをダウンロード
Windowshade拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ever lose track of time staring at your screen? Windowshade replaces your new tab page with a clock that shows what the sky currently looks like. Introduce a little natural light into your Chrome experience to get a better grip on the world without looking away. Note: uses location API to accurately calculate sunrise and sunset times.
拡張機能の基本情報
名前 | |
ID | hjjgbonlbpglkgemffbbjllpiifdcfga |
公式URL | https://chromewebstore.google.com/detail/windowshade/hjjgbonlbpglkgemffbbjllpiifdcfga |
説明 | Ever lose track of time staring at your screen? Windowshade replaces your new tab page with a clock that shows what the sky… |
ファイルサイズ | 88.08 KB |
インストール数 | 157 |
現在のバージョン | 1.21 |
最終更新日 | 2013-08-13 |
公開日 | 2013-08-13 |
評価 | 4.15/5 合計 13 レビュー |
開発者 | Heptarex |
支払い方法 | free |
拡張機能のウェブサイト | http://heptarex.com/#web |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Windowshade", "version": "1.21", "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "windowshade.html" }, "permissions": [ "geolocation" ], "offline_enabled": true } |