Good Times - Time Zone Clocks
Browser button that displays time zone clocks
什麼是Good Times - Time Zone Clocks?
Good Times - Time Zone Clocks是由scottschafferdesign開發的Chrome擴展程式,該擴展的主要功能是“Browser button that displays time zone clocks”。
擴展截圖
下載Good Times - Time Zone Clocks擴展crx文件
下載Good Times - Time Zone Clocks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This simple Browser Button displays your local time, and your choice of a number of popular time zones across the world. Add them to your clock list, sort them, and remove them at your leisure. Good Times also comes with a number of different color and font themes that you can flip through. New time zones and themes will be added over time. 擴展基本資訊
| 名稱 | |
| ID | pflkmmpmblhpdngdddakekchmpaijdpb |
| 官方網址 | https://chromewebstore.google.com/detail/good-times-time-zone-cloc/pflkmmpmblhpdngdddakekchmpaijdpb |
| 簡介 | Browser button that displays time zone clocks |
| 檔案大小 | 192 KB |
| 安裝次數 | 48 |
| 目前版本 | 2.1 |
| 更新時間 | 2021-04-16 |
| 上架時間 | 2021-04-04 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | scottschafferdesign |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Good Times - Time Zone Clocks",
"version": "2.1",
"description": "Browser button that displays time zone clocks",
"author": "Scott Schaffer",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_popup": "popup.html",
"default_title": "Good Times"
},
"permissions": [
"storage"
]
} | |