Hum Personal Sounscapes

Create a hum - your own personal soundscape. Fade out the world and focus in.

Hum Personal Sounscapesคืออะไร?

Hum Personal Sounscapes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mehughes124.github.io และคุณลักษณะหลักของมันคือ "Create a hum - your own personal soundscape. Fade out the world and focus in."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hum Personal Sounscapes

ดาวน์โหลดไฟล์ส่วนขยาย Hum Personal Sounscapes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Maybe you're near a crackling fire with a creek babbling in the distance? Or perhaps you're near the crashing sea in a thunderstorm? 

Use Hum to help block out distractions or just to relax.

All feedback is welcome!                    

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

ชื่อ Hum Personal Sounscapes Hum Personal Sounscapes
ID jgnhllglcjingdppojglcdeangdhogkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hum-personal-sounscapes/jgnhllglcjingdppojglcdeangdhogkl
คำอธิบาย Create a hum - your own personal soundscape. Fade out the world and focus in.
ขนาดไฟล์ 9.78 MB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2023-04-26
วันที่เผยแพร่ 2020-08-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://mehughes124.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mehughes124.github.io/hum
URL หน้าช่วยเหลือ https://mehughes124.github.io/hum
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hum Personal Sounscapes",
    "description": "Create a hum - your own personal soundscape. Fade out the world and focus in.",
    "homepage_url": "https:\/\/mehughes124.github.io\/hum",
    "version": "0.0.5",
    "manifest_version": 3,
    "action": {
        "default_title": "Hum - Manifest V3",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/hum_logo16.png",
            "32": "images\/hum_logo32.png",
            "48": "images\/hum_logo48.png",
            "128": "images\/hum_logo128.png"
        }
    },
    "icons": {
        "16": "images\/hum_logo16.png",
        "32": "images\/hum_logo32.png",
        "48": "images\/hum_logo48.png",
        "128": "images\/hum_logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "offscreen"
    ]
}