World Clock
Interactive world clocks extension, beautiful UI, easily one click to show, work offline.
World Clockとは何ですか?
World Clockはbulenttastanによって開発されたChromeの拡張機能で、その主な機能は「Interactive world clocks extension, beautiful UI, easily one click to show, work offline.」です。
拡張機能のスクリーンショット
World Clock拡張機能のCRXファイルをダウンロード
World Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The world clock showing many cities including the UTC time. It's useful for people working with remote teams with a visual way to see if it is night or daytime. * Switch between 12h and 24h views * See UTC (GMT) time, helpful to check any server time * Countries and individual cities included * Automatically adjusts for daylight savings time
拡張機能の基本情報
名前 | World Clock |
ID | dngepaapinafpbhfbfjhkcbabhfakmia |
公式URL | https://chromewebstore.google.com/detail/world-clock/dngepaapinafpbhfbfjhkcbabhfakmia |
説明 | Interactive world clocks extension, beautiful UI, easily one click to show, work offline. |
ファイルサイズ | 236 KB |
インストール数 | 822 |
現在のバージョン | 1.1 |
最終更新日 | 2020-11-28 |
公開日 | 2020-04-10 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | bulenttastan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "World Clock", "version": "1.1", "description": "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.", "browser_action": { "default_icon": "assets\/images\/logo\/19.png", "default_popup": "popup.html" }, "icons": { "32": "\/assets\/images\/logo\/32.png", "48": "\/assets\/images\/logo\/48.png", "64": "\/assets\/images\/logo\/64.png", "128": "\/assets\/images\/logo\/128.png" }, "manifest_version": 2 } |