Cityscapes — A New Tab Page
A new tab page that generates a cityscape based on the time of day.
Vad är Cityscapes — A New Tab Page?
Cityscapes — A New Tab Page är en Chrome-tillägg utvecklad av https://lauriewaxman.com, och dess huvudfunktion är "A new tab page that generates a cityscape based on the time of day.".
Tilläggsskärmbilder
Ladda ner Cityscapes — A New Tab Page-förlängningens CRX-fil
Ladda ner Cityscapes — A New Tab Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Lighting changes based on the actual time of day. Grundläggande Information om Tillägg
| Namn | |
| ID | ahoiiapcoimonmoplalioecbgfalncpo |
| Officiell webbadress | https://chromewebstore.google.com/detail/cityscapes-%E2%80%94-a-new-tab-pa/ahoiiapcoimonmoplalioecbgfalncpo |
| Beskrivning | A new tab page that generates a cityscape based on the time of day. |
| Filstorlek | 45.8 KB |
| Antal Installationer | 27 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2015-11-11 |
| Publiceringsdatum | 2015-11-11 |
| Utvecklare | https://lauriewaxman.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://lauriewaxman.com/work/cities/ |
| Stödda Språk | 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"
}
} | |