Rainfall
Listen to the rain fall, storms and lightning.
Hvad er Rainfall?
Rainfall er en Chrome-udvidelse udviklet af jrobertlloyd, og dens hovedfunktion er "Listen to the rain fall, storms and lightning.".
Download Rainfall-udvidelses-CRX-fil
Download Rainfall-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jbndmkpanbblfjkifjlacalfakhmapcb |
Officiel URL | https://chrome.google.com/webstore/detail/rainfall/jbndmkpanbblfjkifjlacalfakhmapcb |
Beskrivelse | Listen to the rain fall, storms and lightning. |
Filstørrelse | 5.72 MB |
Antal Installationer | 108 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-06-26 |
Udgivelsesdato | 2018-06-26 |
Udvikler | jrobertlloyd |
Betalingsmetode | free |
Understøttede Sprog | 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 } |