Sidebar Clock
Clock on browser sidebar
Sidebar Clockคืออะไร?
Sidebar Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SuperExt และคุณลักษณะหลักของมันคือ "Clock on browser sidebar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sidebar Clock
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |