Rainfall
Listen to the rain fall, storms and lightning.
Cos'è Rainfall?
Rainfall è un'estensione di Chrome sviluppata da jrobertlloyd, e la sua funzione principale è "Listen to the rain fall, storms and lightning.".
Scarica il file CRX dell'estensione Rainfall
Scarica i file di estensione Rainfall in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jbndmkpanbblfjkifjlacalfakhmapcb |
URL Ufficiale | https://chrome.google.com/webstore/detail/rainfall/jbndmkpanbblfjkifjlacalfakhmapcb |
Descrizione | Listen to the rain fall, storms and lightning. |
Dimensione del File | 5.72 MB |
Conteggio Installazioni | 108 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-06-26 |
Data di Pubblicazione | 2018-06-26 |
Sviluppatore | jrobertlloyd |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |