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 擴展基本資訊
| 名稱 | |
| ID | naodbbgfgaphpgoffbeljcmklomlacmm |
| 官方網址 | 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"
}
} | |