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 |
| 官方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"
]
} | |