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 |
| 官方URL | 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"
]
}
} | |