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 |
官方網址 | 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 } |