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 |
电子邮箱 | [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 } |