Noise Generator
Generate noise to help you ______.
Noise Generatorとは何ですか?
Noise Generatorはhttps://georgemike.comによって開発されたChromeの拡張機能で、その主な機能は「Generate noise to help you ______.」です。
拡張機能のスクリーンショット
Noise Generator拡張機能のCRXファイルをダウンロード
Noise Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generates soothing brown noise to help you focus.
Generates soothing white noise to help you sleep.
Generates soothing pink noise to help you ______.
...but also:
• Pomodoro Timers
Updated: May 2023 拡張機能の基本情報
| 名前 | |
| ID | fnkehfbnlkommkgoeoimnmejbgpkglpn |
| 公式URL | https://chromewebstore.google.com/detail/noise-generator/fnkehfbnlkommkgoeoimnmejbgpkglpn |
| 説明 | Generate noise to help you ______. |
| ファイルサイズ | 361 KB |
| インストール数 | 167 |
| 現在のバージョン | 1.0.9 |
| 最終更新日 | 2023-05-02 |
| 公開日 | 2022-10-04 |
| 評価 | 4.75/5 合計 4 レビュー |
| 開発者 | https://georgemike.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://georgemike.com/ |
| ヘルプページのURL | https://georgemike.com/ |
| プライバシーポリシーページのURL | https://www.georgemike.com/chrome/privacypolicy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.9",
"name": "Noise Generator",
"short_name": "Noise Generator",
"description": "Generate noise to help you ______.",
"homepage_url": "https:\/\/georgemike.com",
"icons": {
"34": "img\/icon-diamond-34.png",
"128": "img\/icon-diamond-128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [],
"optional_permissions": [
"alarms",
"notifications"
],
"action": {
"default_title": "Noise Generator"
}
} | |