DateTime new tab page
Override the new tab page with time and date
DateTime new tab pageとは何ですか?
DateTime new tab pageはMeositによって開発されたChromeの拡張機能で、その主な機能は「Override the new tab page with time and date」です。
拡張機能のスクリーンショット
DateTime new tab page拡張機能のCRXファイルをダウンロード
DateTime new tab page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple new tab page with current date and time, and two themes and additional timezones (click to the left top corner to change)
拡張機能の基本情報
名前 | DateTime new tab page |
ID | oipiajaklcfkockbhjkedfjkpkcbpgfh |
公式URL | https://chromewebstore.google.com/detail/datetime-new-tab-page/oipiajaklcfkockbhjkedfjkpkcbpgfh |
説明 | Override the new tab page with time and date |
ファイルサイズ | 24.6 KB |
インストール数 | 36 |
現在のバージョン | 1.0.0 |
最終更新日 | 2024-02-16 |
公開日 | 2018-10-02 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Meosit |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DateTime new tab page", "description": "Override the new tab page with time and date", "version": "1.0.0", "permissions": [ "storage" ], "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3 } |