World Clock Toolbar
EASY to access on your toolbar with a list of country that you visit often at a glance.
什麼是World Clock Toolbar?
World Clock Toolbar是由davidjutegsn911開發的Chrome擴展程式,該擴展的主要功能是“EASY to access on your toolbar with a list of country that you visit often at a glance.”。
擴展截圖
下載World Clock Toolbar擴展crx文件
下載World Clock Toolbar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
EASY to access on your toolbar with a list of country that you visit often at a glance. FEATURE extended world clock from city to every country. DISPLAY multiple world clocks that you can easily add, remove, sort and edit according to your preference. SIMPLE design with just one click without searching it every time you want to look up for client, coworker or family’s current timezone in different country. Feel free to share your opinion, ideas and requests.
擴展基本資訊
名稱 | World Clock Toolbar |
ID | kkppmdakhdcgoidhmoegcnbmboljojom |
官方網址 | https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom |
簡介 | EASY to access on your toolbar with a list of country that you visit often at a glance. |
檔案大小 | 2.76 MB |
安裝次數 | 1,678 |
目前版本 | 1.2 |
更新時間 | 2021-07-08 |
上架時間 | 2020-11-10 |
評分 | 4.75/5 共 8 次評分 |
開發者 | davidjutegsn911 |
電子郵箱 | davidjutegsn911@gmail.com |
付費類型 | free |
隱私政策頁面URL | https://world-clock-list.web.app/privacypolicy.html |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "World Clock Toolbar", "version": "1.2", "description": "EASY to access on your toolbar with a list of country that you visit often at a glance.", "permissions": [ "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/earthclock_16.png", "32": "images\/earthclock_32.png", "48": "images\/earthclock_48.png", "128": "images\/earthclock_128.png" } }, "icons": { "16": "images\/earthclock_16.png", "32": "images\/earthclock_32.png", "48": "images\/earthclock_48.png", "128": "images\/earthclock_128.png" }, "manifest_version": 2 } |