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 } |