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.”。
擴展截圖
下載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! 擴展基本資訊
| 名稱 | |
| ID | jgnhllglcjingdppojglcdeangdhogkl |
| 官方網址 | 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"
]
} | |