ChronoTab: The Best New Tab Clock
The best timepiece for the new tab page
什么是ChronoTab: The Best New Tab Clock?
ChronoTab: The Best New Tab Clock是由Dakota Larson开发的Chrome扩展程序,该扩展的主要功能是“The best timepiece for the new tab page”。
扩展截图
下载ChronoTab: The Best New Tab Clock扩展crx文件
下载ChronoTab: The Best New Tab Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The best timepiece for the new tab page! Features: > Snazzy clock face > Slick digital clock and date > Comprehensive configuration Contact me with ideas, bug reports or comments! [email protected]
扩展基本信息
名称 | ChronoTab: The Best New Tab Clock |
ID | aglflhdjjfabpohbaonlepcofcofpamd |
官方URL | https://chromewebstore.google.com/detail/chronotab-the-best-new-ta/aglflhdjjfabpohbaonlepcofcofpamd |
简介 | The best timepiece for the new tab page |
文件大小 | 52.83 KB |
安装次数 | 22 |
当前版本 | 1.4 |
更新时间 | 2018-04-09 |
上架时间 | 2018-04-08 |
评分 | 5.00/5 共2次评分 |
开发者 | Dakota Larson |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ChronoTab: The Best New Tab Clock", "short_name": "ChronoTab", "author": "Dakota Larson", "description": "The best timepiece for the new tab page", "version": "1.4", "icons": { "16": ".\/res\/clock_16.png", "24": ".\/res\/clock_24.png", "32": ".\/res\/clock_32.png", "48": ".\/res\/clock_48.png", "64": ".\/res\/clock_64.png", "128": ".\/res\/clock_128.png", "256": ".\/res\/clock_256.png" }, "chrome_url_overrides": { "newtab": "clock.html" }, "browser_action": { "default_popup": "popup.html" } } |