World Clock
Interactive world clocks extension, beautiful UI, easily one click to show, work offline.
什麼是World Clock?
World Clock是由bulenttastan開發的Chrome擴展程式,該擴展的主要功能是“Interactive world clocks extension, beautiful UI, easily one click to show, work offline.”。
擴展截圖
下載World Clock擴展crx文件
下載World Clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The world clock showing many cities including the UTC time. It's useful for people working with remote teams with a visual way to see if it is night or daytime.
* Switch between 12h and 24h views
* See UTC (GMT) time, helpful to check any server time
* Countries and individual cities included
* Automatically adjusts for daylight savings time 擴展基本資訊
| 名稱 | |
| ID | dngepaapinafpbhfbfjhkcbabhfakmia |
| 官方網址 | https://chromewebstore.google.com/detail/world-clock/dngepaapinafpbhfbfjhkcbabhfakmia |
| 簡介 | Interactive world clocks extension, beautiful UI, easily one click to show, work offline. |
| 檔案大小 | 236 KB |
| 安裝次數 | 822 |
| 目前版本 | 1.1 |
| 更新時間 | 2020-11-28 |
| 上架時間 | 2020-04-10 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | bulenttastan |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "World Clock",
"version": "1.1",
"description": "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.",
"browser_action": {
"default_icon": "assets\/images\/logo\/19.png",
"default_popup": "popup.html"
},
"icons": {
"32": "\/assets\/images\/logo\/32.png",
"48": "\/assets\/images\/logo\/48.png",
"64": "\/assets\/images\/logo\/64.png",
"128": "\/assets\/images\/logo\/128.png"
},
"manifest_version": 2
} | |