World Clock
An extension which displays time in different timezones.
什麼是World Clock?
World Clock是由Rajasri Systems開發的Chrome擴展程式,該擴展的主要功能是“An extension which displays time in different timezones.”。
擴展截圖
下載World Clock擴展crx文件
下載World Clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An extension to display time in different time zones.
300+ timezones available.
Automatic synchronisation with the system timezone.
Setup the world clock! 擴展基本資訊
| 名稱 | |
| ID | nfigbefbepjmkffdeelklglfjponlpbo |
| 官方網址 | https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo |
| 簡介 | An extension which displays time in different timezones. |
| 檔案大小 | 6.15 MB |
| 安裝次數 | 69 |
| 目前版本 | 2.1 |
| 更新時間 | 2023-04-13 |
| 上架時間 | 2021-04-11 |
| 開發者 | Rajasri Systems |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://rajasri.com/privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "World Clock",
"description": "An extension which displays time in different timezones.",
"version": "2.1",
"author": "Rajasri Systems",
"browser_action": {
"default_icon": "images\/worldclockfavicon.png",
"default_popup": "index.html"
},
"background": {
"page": "index.html"
},
"icons": {
"16": "images\/worldclockfavicon.png",
"32": "images\/worldclock32x32.png",
"48": "images\/worldclock48x48.png",
"128": "images\/worldclock128x128.png"
}
} | |