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).
拡張機能の基本情報
名前 | World Clock |
ID | lpbilbknafkkhbnpnjhacgjfddebhlmj |
公式URL | 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 |
Eメール | [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" } } |