Hum Personal Sounscapes

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

Hum Personal Sounscapesとは何ですか?

Hum Personal Sounscapesはhttps://mehughes124.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Create a hum - your own personal soundscape. Fade out the world and focus in.」です。

拡張機能のスクリーンショット

screenshot

Hum Personal Sounscapes拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}