Rainfall
Listen to the rain fall, storms and lightning.
Rainfall là gì?
Rainfall là một tiện ích mở rộng Chrome được phát triển bởi jrobertlloyd, và tính năng chính của nó là "Listen to the rain fall, storms and lightning.".
Tải xuống tệp CRX của tiện ích mở rộng Rainfall
Tải xuống các tệp mở rộng Rainfall 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
Listen to the soothing sounds of rain, lightning, nature and storms while doing work or browsing the web. Press it once to play, press it again to pause.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jbndmkpanbblfjkifjlacalfakhmapcb |
URL Chính Thức | https://chrome.google.com/webstore/detail/rainfall/jbndmkpanbblfjkifjlacalfakhmapcb |
Mô tả | Listen to the rain fall, storms and lightning. |
Kích Thước Tệp | 5.72 MB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-06-26 |
Ngày Phát Hành | 2018-06-26 |
Nhà Phát Triển | jrobertlloyd |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rainfall", "description": "Listen to the rain fall, storms and lightning.", "version": "1.0", "author": "James Lloyd", "icons": { "128": "images\/rain128.png", "48": "images\/rain32.png" }, "browser_action": { "default_icon": { "38": "images\/rain32.png" } }, "background": { "scripts": [ "rain.js" ] }, "offline_enabled": true } |