TinyToolbarClock
This extension shows the time and date in the toolbar
TinyToolbarClockคืออะไร?
TinyToolbarClock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย netchipguy และคุณลักษณะหลักของมันคือ "This extension shows the time and date in the toolbar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TinyToolbarClock
ดาวน์โหลดไฟล์ส่วนขยาย TinyToolbarClock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This tiny extension puts a tiny clock *and month/date calendar* in your toolbar! Perfect for full-screen use of Chrome! Highly Recommended: 1) A HiDPI display such as a Retina Mac or Chromebook Pixel 2) Good vision -Netchipguy
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TinyToolbarClock |
ID | hnageloldpcdmnceombonmmakpnaehnf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tinytoolbarclock/hnageloldpcdmnceombonmmakpnaehnf |
คำอธิบาย | This extension shows the time and date in the toolbar |
ขนาดไฟล์ | 12.48 KB |
จำนวนการติดตั้ง | 564 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-12-05 |
วันที่เผยแพร่ | 2015-12-04 |
คะแนน | 4.40/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | netchipguy |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TinyToolbarClock", "description": "This extension shows the time and date in the toolbar", "version": "1.2", "icons": { "16": "myclock16.png", "32": "myclock32.png", "48": "myclock48.png", "128": "myclock128.png" }, "browser_action": { "default_icon": "myclock48.png" }, "background": { "scripts": [ "background.js" ] } } |