Rainfall
Listen to the rain fall, storms and lightning.
Co je Rainfall?
Rainfall je rozšíření Chrome vyvinuté jrobertlloyd, a jeho hlavní funkcí je „Listen to the rain fall, storms and lightning.“.
Stáhnout soubor CRX rozšíření Rainfall
Stáhněte si soubory rozšíření Rainfall ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | jbndmkpanbblfjkifjlacalfakhmapcb |
Oficiální URL | https://chrome.google.com/webstore/detail/rainfall/jbndmkpanbblfjkifjlacalfakhmapcb |
Popis | Listen to the rain fall, storms and lightning. |
Velikost souboru | 5.72 MB |
Počet instalací | 108 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2018-06-26 |
Datum Vydání | 2018-06-26 |
Vývojář | jrobertlloyd |
Typ Platby | free |
Podporované Jazyky | 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 } |