World Clocks
World Clocks
什麼是World Clocks?
World Clocks是由https://quickrr.com開發的Chrome擴展程式,該擴展的主要功能是“World Clocks”。
擴展截圖
下載World Clocks擴展crx文件
下載World Clocks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
World Clocks is a simple yet powerful Chrome extension to display current time in different time zones. Select country & city, and every time you open World Clocks you have local time instantly.
Chrome productivity extensions by http://quickrr.com 擴展基本資訊
| 名稱 | |
| ID | ajnbnekhpkkfaobjalnhdoofajkghidp |
| 官方網址 | https://chromewebstore.google.com/detail/world-clocks/ajnbnekhpkkfaobjalnhdoofajkghidp |
| 簡介 | World Clocks |
| 檔案大小 | 255 KB |
| 安裝次數 | 8,708 |
| 目前版本 | 2.0 |
| 更新時間 | 2015-02-22 |
| 上架時間 | 2015-02-22 |
| 評分 | 4.41/5 共 222 次評分 |
| 開發者 | https://quickrr.com |
| 付費類型 | free |
| 擴展官網 | http://quickrr.com |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"name": "World Clocks",
"version": "2.0",
"manifest_version": 2,
"description": "World Clocks",
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.htm",
"default_title": "World Clocks"
},
"icons": {
"128": "images\/icon128.png",
"48": "images\/icon48.png",
"16": "images\/icon16.png"
}
} | |