World Clock
See multiple world clocks in toolbar popup!
什麼是World Clock?
World Clock是由Sevina開發的Chrome擴展程式,該擴展的主要功能是“See multiple world clocks in toolbar popup!”。
擴展截圖
下載World Clock擴展crx文件
下載World Clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
World Clock is an add-on that lets you render world clocks in your browser toolbar popup.
Simply add as many clocks as you want from the drop-down menu in the popup. Please note that currently, 34 items are available to choose from. Before adding any item, you can set the daylight-saving value as well (i.e. -1, 0, and +1). Items in the toolbar popup are draggable, so you can drag them to your desired position; all changes are auto-saved to the memory. By default, 9 items are added to the toolbar popup, but you can remove them at any time by clicking on the cross-sign next to each item (remove button at the top-right corner).
If you have a feature request or found a bug to report, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/world-clock.html). 擴展基本資訊
| 名稱 | |
| ID | lpbilbknafkkhbnpnjhacgjfddebhlmj |
| 官方網址 | https://chromewebstore.google.com/detail/world-clock/lpbilbknafkkhbnpnjhacgjfddebhlmj |
| 簡介 | See multiple world clocks in toolbar popup! |
| 檔案大小 | 61.49 KB |
| 安裝次數 | 727 |
| 目前版本 | 0.1.3 |
| 更新時間 | 2023-11-19 |
| 上架時間 | 2018-12-15 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | Sevina |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://mybrowseraddon.com/world-clock.html |
| 說明頁面URL | https://mybrowseraddon.com/world-clock.html |
| 隱私政策頁面URL | https://mybrowseraddon.com/privacy-policy/developer/sevina.html |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.3",
"name": "World Clock",
"manifest_version": 3,
"offline_enabled": true,
"permissions": [
"storage",
"contextMenus"
],
"description": "See multiple world clocks in toolbar popup!",
"homepage_url": "https:\/\/mybrowseraddon.com\/world-clock.html",
"commands": {
"_execute_action": []
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "World Clock",
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
}
},
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
} | |