Noise Generator

Generate noise to help you ______.

Noise Generator란 무엇입니까?

Noise Generator은(는) https://georgemike.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate noise to help you ______."입니다.

확장 프로그램 스크린샷

screenshot

Noise Generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Noise Generator Noise Generator
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"
    }
}