Rainfall
Listen to the rain fall, storms and lightning.
Co to jest Rainfall?
Rainfall to rozszerzenie Chrome opracowane przez jrobertlloyd, a jego główną funkcją jest „Listen to the rain fall, storms and lightning.”.
Pobierz plik CRX rozszerzenia Rainfall
Pobierz pliki rozszerzeń Rainfall w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jbndmkpanbblfjkifjlacalfakhmapcb |
Oficjalny URL | https://chrome.google.com/webstore/detail/rainfall/jbndmkpanbblfjkifjlacalfakhmapcb |
Opis | Listen to the rain fall, storms and lightning. |
Rozmiar pliku | 5.72 MB |
Liczba instalacji | 108 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-06-26 |
Data Publikacji | 2018-06-26 |
Deweloper | jrobertlloyd |
Typ Płatności | free |
Obsługiwane Języki | 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 } |