Cityscapes — A New Tab Page
A new tab page that generates a cityscape based on the time of day.
What is Cityscapes — A New Tab Page?
Cityscapes — A New Tab Page is a Chrome extension developed by https://lauriewaxman.com, and its main feature is "A new tab page that generates a cityscape based on the time of day.".
Extension Screenshots
Download Cityscapes — A New Tab Page Extension CRX File
Download Cityscapes — A New Tab Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Lighting changes based on the actual time of day.
Extension Basic Information
Name | Cityscapes — A New Tab Page |
ID | ahoiiapcoimonmoplalioecbgfalncpo |
Official URL | https://chromewebstore.google.com/detail/cityscapes-%E2%80%94-a-new-tab-pa/ahoiiapcoimonmoplalioecbgfalncpo |
Description | A new tab page that generates a cityscape based on the time of day. |
File Size | 45.8 KB |
Installation Count | 27 |
Current Version | 0.0.1 |
Last Updated | 2015-11-11 |
Publish Date | 2015-11-11 |
Developer | https://lauriewaxman.com |
Payment Type | free |
Extension Website | http://lauriewaxman.com/work/cities/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cityscapes \u2014 A New Tab Page", "description": "A new tab page that generates a cityscape based on the time of day.", "version": "0.0.1", "manifest_version": 2, "icons": { "128": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |