Hum Personal Sounscapes
Create a hum - your own personal soundscape. Fade out the world and focus in.
Hum Personal Sounscapes là gì?
Hum Personal Sounscapes là một tiện ích mở rộng Chrome được phát triển bởi https://mehughes124.github.io, và tính năng chính của nó là "Create a hum - your own personal soundscape. Fade out the world and focus in.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hum Personal Sounscapes
Tải xuống các tệp mở rộng Hum Personal Sounscapes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hum Personal Sounscapes |
ID | jgnhllglcjingdppojglcdeangdhogkl |
URL Chính Thức | https://chromewebstore.google.com/detail/hum-personal-sounscapes/jgnhllglcjingdppojglcdeangdhogkl |
Mô tả | Create a hum - your own personal soundscape. Fade out the world and focus in. |
Kích Thước Tệp | 9.78 MB |
Số Lần Cài Đặt | 85 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2023-04-26 |
Ngày Phát Hành | 2020-08-29 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://mehughes124.github.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mehughes124.github.io/hum |
URL Trang Trợ Giúp | https://mehughes124.github.io/hum |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |