Rainfall
Listen to the rain fall, storms and lightning.
Vad är Rainfall?
Rainfall är en Chrome-tillägg utvecklad av jrobertlloyd, och dess huvudfunktion är "Listen to the rain fall, storms and lightning.".
Ladda ner Rainfall-förlängningens CRX-fil
Ladda ner Rainfall-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | jbndmkpanbblfjkifjlacalfakhmapcb |
Officiell webbadress | https://chrome.google.com/webstore/detail/rainfall/jbndmkpanbblfjkifjlacalfakhmapcb |
Beskrivning | Listen to the rain fall, storms and lightning. |
Filstorlek | 5.72 MB |
Antal Installationer | 108 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-06-26 |
Publiceringsdatum | 2018-06-26 |
Utvecklare | jrobertlloyd |
Betalningssätt | free |
Stödda Språk | 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 } |