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 |
| 电子邮箱 | [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"
}
} | |