Sidebar Clock
Clock on browser sidebar
什么是Sidebar Clock?
Sidebar Clock是由SuperExt开发的Chrome扩展程序,该扩展的主要功能是“Clock on browser sidebar”。
扩展截图
下载Sidebar Clock扩展crx文件
下载Sidebar Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Clock on browser sidebar. Requirements minimum chrome version: 114 More features on the way V1.0.2 - CLOCK [✔] - STOPWATCH [✔] - POMODORO [✔] - TIMER - ALARM CLOCK
扩展基本信息
名称 | Sidebar Clock |
ID | jhlfjalilcgcampkndjhlgkndedgoegg |
官方URL | https://chromewebstore.google.com/detail/sidebar-clock/jhlfjalilcgcampkndjhlgkndedgoegg |
简介 | Clock on browser sidebar |
文件大小 | 133 KB |
安装次数 | 66 |
当前版本 | 1.0.2 |
更新时间 | 2023-05-15 |
上架时间 | 2023-05-10 |
评分 | 4.00/5 共1次评分 |
开发者 | SuperExt |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sidebar Clock", "description": "Clock on browser sidebar", "version": "1.0.2", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "scripts\/service-worker.js" }, "side_panel": { "default_path": "panel\/clock.html", "openPanelOnActionClick": true }, "action": { "default_title": "Click to open Sidebar Clock" }, "offline_enabled": true, "minimum_chrome_version": "114", "permissions": [ "sidePanel" ] } |