Rainfall
Listen to the rain fall, storms and lightning.
Rainfallคืออะไร?
Rainfall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jrobertlloyd และคุณลักษณะหลักของมันคือ "Listen to the rain fall, storms and lightning."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rainfall
ดาวน์โหลดไฟล์ส่วนขยาย Rainfall ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jbndmkpanbblfjkifjlacalfakhmapcb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/rainfall/jbndmkpanbblfjkifjlacalfakhmapcb |
คำอธิบาย | Listen to the rain fall, storms and lightning. |
ขนาดไฟล์ | 5.72 MB |
จำนวนการติดตั้ง | 108 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-06-26 |
วันที่เผยแพร่ | 2018-06-26 |
ผู้พัฒนา | jrobertlloyd |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } |