Sidebar Clock
Clock on browser sidebar
Sidebar Clockとは何ですか?
Sidebar ClockはSuperExtによって開発されたChromeの拡張機能で、その主な機能は「Clock on browser sidebar」です。
拡張機能のスクリーンショット
Sidebar Clock拡張機能のCRXファイルをダウンロード
Sidebar Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Clock on browser sidebar. Requirements minimum chrome version: 114 More features on the way V1.0.2 - CLOCK [✔] - STOPWATCH [✔] - POMODORO [✔] - TIMER - ALARM CLOCK
拡張機能の基本情報
名前 | Sidebar Clock |
ID | jhlfjalilcgcampkndjhlgkndedgoegg |
公式URL | https://chromewebstore.google.com/detail/sidebar-clock/jhlfjalilcgcampkndjhlgkndedgoegg |
説明 | Clock on browser sidebar |
ファイルサイズ | 133 KB |
インストール数 | 66 |
現在のバージョン | 1.0.2 |
最終更新日 | 2023-05-15 |
公開日 | 2023-05-10 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | SuperExt |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sidebar Clock", "description": "Clock on browser sidebar", "version": "1.0.2", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "scripts\/service-worker.js" }, "side_panel": { "default_path": "panel\/clock.html", "openPanelOnActionClick": true }, "action": { "default_title": "Click to open Sidebar Clock" }, "offline_enabled": true, "minimum_chrome_version": "114", "permissions": [ "sidePanel" ] } |