Noise Generator
Generate noise to help you ______.
Vad är Noise Generator?
Noise Generator är en Chrome-tillägg utvecklad av https://georgemike.com, och dess huvudfunktion är "Generate noise to help you ______.".
Tilläggsskärmbilder
Ladda ner Noise Generator-förlängningens CRX-fil
Ladda ner Noise Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | fnkehfbnlkommkgoeoimnmejbgpkglpn |
| Officiell webbadress | https://chromewebstore.google.com/detail/noise-generator/fnkehfbnlkommkgoeoimnmejbgpkglpn |
| Beskrivning | Generate noise to help you ______. |
| Filstorlek | 361 KB |
| Antal Installationer | 167 |
| Aktuell Version | 1.0.9 |
| Senast Uppdaterad | 2023-05-02 |
| Publiceringsdatum | 2022-10-04 |
| Betyg | 4.75/5 Totalt 4 Betyg |
| Utvecklare | https://georgemike.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://georgemike.com/ |
| Hjälpsida URL | https://georgemike.com/ |
| URL till Sekretesspolicy Sidan | https://www.georgemike.com/chrome/privacypolicy |
| Stödda Språk | 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"
}
} | |