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 |
| 公式URL | 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 |
| Eメール | [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"
]
} | |