World Clocks new tab page
Replace the new tab page with up to 12 configurable world clocks
什麼是World Clocks new tab page?
World Clocks new tab page是由Martín Peverelli開發的Chrome擴展程式,該擴展的主要功能是“Replace the new tab page with up to 12 configurable world clocks”。
擴展截圖
下載World Clocks new tab page擴展crx文件
下載World Clocks new tab page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Provides a main local clock, and up to 12 other smaller clocks configurable to any timezone. All settings are kept in sync using Chrome Storage. Clocks are configurable to 12 or 24 hour format. The extension has two themes. 'light' and 'dark'. Custom background URL support, for an online image to be loaded as background.
擴展基本資訊
名稱 | World Clocks new tab page |
ID | opaffdnccgelcacfhbjigocjaigebbje |
官方網址 | https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje |
簡介 | Replace the new tab page with up to 12 configurable world clocks |
檔案大小 | 214 KB |
安裝次數 | 382 |
目前版本 | 0.0.2.2 |
更新時間 | 2017-04-25 |
上架時間 | 2017-04-25 |
評分 | 2.63/5 共 19 次評分 |
開發者 | Martín Peverelli |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "World Clocks new tab page", "description": "Replace the new tab page with up to 12 configurable world clocks", "version": "0.0.2.2", "incognito": "split", "chrome_url_overrides": { "newtab": "main.html" }, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |