Toolbar Clock
Stylish analog clock in your browser toolbar.
Toolbar Clockとは何ですか?
Toolbar ClockはMuyorによって開発されたChromeの拡張機能で、その主な機能は「Stylish analog clock in your browser toolbar.」です。
拡張機能のスクリーンショット
Toolbar Clock拡張機能のCRXファイルをダウンロード
Toolbar Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Toolbar Clock is a browser add-on that renders a stylish analog clock in the toolbar popup and also a simple analog clock as the toolbar icon. To see the clock, please click on the toolbar icon to open the popup. There are few settings at the bottom of the UI to adjust the clock. There is also a reload button to refresh the clock UI in case an unexpected error happens. Please note that this add-on does not have any options or settings to adjust. All you need is available in toolbar popup UI. If you want to report a bug or have a feature request, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/toolbar-clock.html).
拡張機能の基本情報
名前 | Toolbar Clock |
ID | cemihgihgpjhjdgbebpmckbeonpnffjj |
公式URL | https://chromewebstore.google.com/detail/toolbar-clock/cemihgihgpjhjdgbebpmckbeonpnffjj |
説明 | Stylish analog clock in your browser toolbar. |
ファイルサイズ | 61 KB |
インストール数 | 824 |
現在のバージョン | 0.1.3 |
最終更新日 | 2023-11-18 |
公開日 | 2018-04-02 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | Muyor |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://mybrowseraddon.com/toolbar-clock.html |
ヘルプページのURL | https://mybrowseraddon.com/toolbar-clock.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "manifest_version": 3, "name": "Toolbar Clock", "offline_enabled": true, "description": "Stylish analog clock in your browser toolbar.", "homepage_url": "https:\/\/mybrowseraddon.com\/toolbar-clock.html", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "storage", "contextMenus" ], "action": { "default_title": "Toolbar 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" } } |