Toolbar Clock
Stylish analog clock in your browser toolbar.
什么是Toolbar Clock?
Toolbar Clock是由Muyor开发的Chrome扩展程序,该扩展的主要功能是“Stylish analog clock in your browser toolbar.”。
扩展截图
下载Toolbar Clock扩展crx文件
下载Toolbar Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Toolbar Clock is a browser add-on that renders a stylish analog clock in the toolbar popup and also a simple analog clock as the toolbar icon. To see the clock, please click on the toolbar icon to open the popup. There are few settings at the bottom of the UI to adjust the clock. There is also a reload button to refresh the clock UI in case an unexpected error happens. Please note that this add-on does not have any options or settings to adjust. All you need is available in toolbar popup UI. If you want to report a bug or have a feature request, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/toolbar-clock.html).
扩展基本信息
名称 | Toolbar Clock |
ID | cemihgihgpjhjdgbebpmckbeonpnffjj |
官方URL | https://chromewebstore.google.com/detail/toolbar-clock/cemihgihgpjhjdgbebpmckbeonpnffjj |
简介 | Stylish analog clock in your browser toolbar. |
文件大小 | 61 KB |
安装次数 | 824 |
当前版本 | 0.1.3 |
更新时间 | 2023-11-18 |
上架时间 | 2018-04-02 |
评分 | 4.33/5 共3次评分 |
开发者 | Muyor |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mybrowseraddon.com/toolbar-clock.html |
帮助页面URL | https://mybrowseraddon.com/toolbar-clock.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "manifest_version": 3, "name": "Toolbar Clock", "offline_enabled": true, "description": "Stylish analog clock in your browser toolbar.", "homepage_url": "https:\/\/mybrowseraddon.com\/toolbar-clock.html", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "storage", "contextMenus" ], "action": { "default_title": "Toolbar Clock", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |