Productivity Beats
Block time consuming sites and listen to your favorite beats while focusing on your work.
Productivity Beatsคืออะไร?
Productivity Beats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย productivitybeats.io และคุณลักษณะหลักของมันคือ "Block time consuming sites and listen to your favorite beats while focusing on your work."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Productivity Beats
ดาวน์โหลดไฟล์ส่วนขยาย Productivity Beats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Set up the amount of time you want to be focusing on your work versus the time you want a break. The scheduler repeats this process until you're done. Upload your favorite music in the browser, and it will automatically play while you work. This add-on will save you lots of time by balancing study and leisure! I'm open to any comments or suggestions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Productivity Beats |
ID | mgijflbgfkdcdhonodjhpigemiphdhkc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/productivity-beats/mgijflbgfkdcdhonodjhpigemiphdhkc |
คำอธิบาย | Block time consuming sites and listen to your favorite beats while focusing on your work. |
ขนาดไฟล์ | 616 KB |
จำนวนการติดตั้ง | 98 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2022-01-06 |
วันที่เผยแพร่ | 2016-09-19 |
ผู้พัฒนา | productivitybeats.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Productivity Beats", "description": "Block time consuming sites and listen to your favorite beats while focusing on your work.", "version": "0.2.1", "browser_action": { "default_icon": { "38": "images\/icon38.png" } }, "background": { "scripts": [ "js\/background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs" ] } |