Noise Generator

Generate noise to help you ______.

Noise Generatorคืออะไร?

Noise Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://georgemike.com และคุณลักษณะหลักของมันคือ "Generate noise to help you ______."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Noise Generator

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    }
}