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 |
| 官方網址 | 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"
}
} | |