Windowshade
Ever lose track of time staring at your screen? Windowshade replaces your new tab page with a clock that shows what the sky…
Was ist Windowshade?
Windowshade ist eine Chrome-Erweiterung, die von Heptarex entwickelt wurde, und ihr Hauptmerkmal ist "Ever lose track of time staring at your screen? Windowshade replaces your new tab page with a clock that shows what the sky…".
Erweiterungsscreenshots
Windowshade-Erweiterungs-CRX-Datei herunterladen
Laden Sie Windowshade-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hjjgbonlbpglkgemffbbjllpiifdcfga |
Offizielle URL | https://chromewebstore.google.com/detail/windowshade/hjjgbonlbpglkgemffbbjllpiifdcfga |
Beschreibung | Ever lose track of time staring at your screen? Windowshade replaces your new tab page with a clock that shows what the sky… |
Dateigröße | 88.08 KB |
Installationsanzahl | 157 |
Aktuelle Version | 1.21 |
Letztes Update | 2013-08-13 |
Veröffentlichungsdatum | 2013-08-13 |
Bewertung | 4.15/5 Insgesamt 13 Bewertungen |
Entwickler | Heptarex |
Zahlungsart | free |
Erweiterungswebsite | http://heptarex.com/#web |
Unterstützte Sprachen | 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 } |