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"
]
}
} | |