Rainfall
Listen to the rain fall, storms and lightning.
Qu'est-ce que Rainfall ?
Rainfall est une extension Chrome développée par jrobertlloyd, et sa fonction principale est "Listen to the rain fall, storms and lightning.".
Télécharger le fichier CRX de l'extension Rainfall
Téléchargez les fichiers d'extension Rainfall au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jbndmkpanbblfjkifjlacalfakhmapcb |
URL Officiel | https://chrome.google.com/webstore/detail/rainfall/jbndmkpanbblfjkifjlacalfakhmapcb |
Description | Listen to the rain fall, storms and lightning. |
Taille du Fichier | 5.72 MB |
Nombre d'Installations | 108 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-06-26 |
Date de Publication | 2018-06-26 |
Développeur | jrobertlloyd |
Type de Paiement | free |
Langues Prises en Charge | 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 } |