Google Calendar - Secondary timezone switch
Quickly change secondary timezone based on world clock
什么是Google Calendar - Secondary timezone switch?
Google Calendar - Secondary timezone switch是由Sid开发的Chrome扩展程序,该扩展的主要功能是“Quickly change secondary timezone based on world clock”。
扩展截图
下载Google Calendar - Secondary timezone switch扩展crx文件
下载Google Calendar - Secondary timezone switch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extensions helps in switching the secondary timezone quickly from the world clock in the sidebar
扩展基本信息
名称 | Google Calendar - Secondary timezone switch |
ID | naodbbgfgaphpgoffbeljcmklomlacmm |
官方URL | https://chromewebstore.google.com/detail/google-calendar-secondary/naodbbgfgaphpgoffbeljcmklomlacmm |
简介 | Quickly change secondary timezone based on world clock |
文件大小 | 10.1 KB |
安装次数 | 46 |
当前版本 | 1.0 |
更新时间 | 2022-04-10 |
上架时间 | 2022-04-10 |
开发者 | Sid |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Calendar - Secondary timezone switch", "description": "Quickly change secondary timezone based on world clock", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" } } |