Bookmark World Clock
Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily
什么是Bookmark World Clock?
Bookmark World Clock是由Sgtpanda开发的Chrome扩展程序,该扩展的主要功能是“Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily”。
扩展截图
下载Bookmark World Clock扩展crx文件
下载Bookmark World Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add a clock from any location in the world to your bookmarks bar! App icon by icons8.
扩展基本信息
名称 | Bookmark World Clock |
ID | mfgdchikohkibmghmbklpiijfakcmlfl |
官方URL | https://chromewebstore.google.com/detail/bookmark-world-clock/mfgdchikohkibmghmbklpiijfakcmlfl |
简介 | Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily |
文件大小 | 902 KB |
安装次数 | 561 |
当前版本 | 2.0 |
更新时间 | 2020-12-04 |
上架时间 | 2019-10-22 |
评分 | 5.00/5 共5次评分 |
开发者 | Sgtpanda |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark World Clock", "version": "2.0", "manifest_version": 2, "description": "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily", "icons": { "16": "icons\/timezone-16.png", "48": "icons\/timezone-48.png", "128": "icons\/timezone-128.png" }, "background": { "scripts": [ "bg\/background.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "bookmarks", "alarms", "storage" ], "content_security_policy": "script-src 'self'; object-src 'none'" } |