Cityscapes — A New Tab Page
A new tab page that generates a cityscape based on the time of day.
Cityscapes — A New Tab Pageとは何ですか?
Cityscapes — A New Tab Pageはhttps://lauriewaxman.comによって開発されたChromeの拡張機能で、その主な機能は「A new tab page that generates a cityscape based on the time of day.」です。
拡張機能のスクリーンショット
Cityscapes — A New Tab Page拡張機能のCRXファイルをダウンロード
Cityscapes — A New Tab Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Lighting changes based on the actual time of day. 拡張機能の基本情報
| 名前 | |
| ID | ahoiiapcoimonmoplalioecbgfalncpo |
| 公式URL | https://chromewebstore.google.com/detail/cityscapes-%E2%80%94-a-new-tab-pa/ahoiiapcoimonmoplalioecbgfalncpo |
| 説明 | A new tab page that generates a cityscape based on the time of day. |
| ファイルサイズ | 45.8 KB |
| インストール数 | 27 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2015-11-11 |
| 公開日 | 2015-11-11 |
| 開発者 | https://lauriewaxman.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://lauriewaxman.com/work/cities/ |
| 対応言語 | 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"
}
} | |