Focus: White Noise & Productivity
Opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study.
什麼是Focus: White Noise & Productivity?
Focus: White Noise & Productivity是由walter.azvdo開發的Chrome擴展程式,該擴展的主要功能是“Opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study.”。
擴展截圖
下載Focus: White Noise & Productivity擴展crx文件
下載Focus: White Noise & Productivity擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Focus: White Noise & Productivity opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study. 擴展基本資訊
| 名稱 | |
| ID | ehgipfhcgkgeecbgphoeegimccdlpkfh |
| 官方網址 | https://chromewebstore.google.com/detail/focus-white-noise-product/ehgipfhcgkgeecbgphoeegimccdlpkfh |
| 簡介 | Opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study. |
| 檔案大小 | 34.35 KB |
| 安裝次數 | 531 |
| 目前版本 | 2.0.0 |
| 更新時間 | 2020-04-28 |
| 上架時間 | 2020-04-24 |
| 評分 | 4.00/5 共 5 次評分 |
| 開發者 | walter.azvdo |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Focus: White Noise & Productivity",
"description": "Opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study.",
"version": "2.0.0",
"browser_action": {
"default_icon": "icon_off.png",
"default_title": "Focus: White Noise & Productivity"
},
"permissions": [
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/s.ytimg.com\/*; object-src 'self'",
"background": {
"scripts": [
"background.js"
]
}
} | |