Hourly Pips
This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.
Hourly Pipsคืออะไร?
Hourly Pips เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mbsoftapps และคุณลักษณะหลักของมันคือ "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hourly Pips
ดาวน์โหลดไฟล์ส่วนขยาย Hourly Pips ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a lightweight extension that plays an audio alert, in the style of the Greenwich Time Signal, at the top of every hour. The current version allows for adjustment of the audio tone frequency and volume. Settings are now saved in Chrome sync storage.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hourly Pips |
ID | ogipappjeopppngodajmkffcbfbdlcnb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hourly-pips/ogipappjeopppngodajmkffcbfbdlcnb |
คำอธิบาย | This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour. |
ขนาดไฟล์ | 13.43 KB |
จำนวนการติดตั้ง | 110 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2017-04-12 |
วันที่เผยแพร่ | 2017-04-12 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | mbsoftapps |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hourly Pips", "description": "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.", "version": "1.3", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon48.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ] } |