Productivity Beats
Block time consuming sites and listen to your favorite beats while focusing on your work.
什麼是Productivity Beats?
Productivity Beats是由productivitybeats.io開發的Chrome擴展程式,該擴展的主要功能是“Block time consuming sites and listen to your favorite beats while focusing on your work.”。
擴展截圖
下載Productivity Beats擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | mgijflbgfkdcdhonodjhpigemiphdhkc |
| 官方網址 | 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"
]
} | |