The office timer
Multiple countdowns to help you manage your time better
The office timerคืออะไร?
The office timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย butterfly_mao และคุณลักษณะหลักของมันคือ "Multiple countdowns to help you manage your time better"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The office timer
ดาวน์โหลดไฟล์ส่วนขยาย The office timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Multiple countdowns help you manage your time better, and also features rich notifications, including windows notifications and wake up is sound notifications.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | The office timer |
ID | emoflbidmnpdmncmpjeokedmdgmpbmji |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-office-timer/emoflbidmnpdmncmpjeokedmdgmpbmji |
คำอธิบาย | Multiple countdowns to help you manage your time better |
ขนาดไฟล์ | 691 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2021-06-02 |
วันที่เผยแพร่ | 2021-05-20 |
ผู้พัฒนา | butterfly_mao |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/maoSting/cutdown/issues |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_EXT_NAME__", "default_locale": "zh_CN", "version": "0.1.2", "description": "__MSG_EXT_DESC__", "icons": { "16": "static\/images\/16.png", "48": "static\/images\/48.png", "128": "static\/images\/128.png" }, "browser_action": { "default_title": "__MSG_EXT_NAME__", "default_icon": "static\/images\/16.png", "default_popup": "apps\/menus\/menus.html" }, "content_security_policy": "script-src 'self' 'sha256-SFGl6Kht\/AqJeASz6HWulsrsvvl8DWzA3sCYVl5UAs8=' 'unsafe-inline' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "alarms", "notifications" ], "background": { "scripts": [ "apps\/background\/background.js" ], "persistent": true } } |