Rainy
Add rainymood sounds. Logo designed by Freepik.com. Icons designed by Google
Wat is Rainy?
Rainy is een Chrome-extensie ontwikkeld door Michael Yuan, en de belangrijkste functie is "Add rainymood sounds. Logo designed by Freepik.com. Icons designed by Google".
Extensie Screenshots
Download het CRX-bestand van de extensie Rainy
Download Rainy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Loops the 30 minute version of the RainyMood mp3 in the background as you work. Also includes an fully customizable and interactive rain simulation. Made by Michael Yuan. Logo by Freepik.com. Icons by Google. Rain Animations by Sheepeuh.com and Michael Yuan.
Basisinformatie over de Extensie
Naam | Rainy |
ID | lcbmijabmhohpnmdjbioodhdlaimbdcf |
Officiële URL | https://chromewebstore.google.com/detail/rainy/lcbmijabmhohpnmdjbioodhdlaimbdcf |
Beschrijving | Add rainymood sounds. Logo designed by Freepik.com. Icons designed by Google |
Bestandsgrootte | 31.02 MB |
Aantal Installaties | 7,463 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-06-23 |
Publicatiedatum | 2015-06-23 |
Beoordeling | 4.67/5 Totaal 69 Beoordelingen |
Ontwikkelaar | Michael Yuan |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rainy", "manifest_version": 2, "version": "1.1", "description": "Add rainymood sounds. Logo designed by Freepik.com. Icons designed by Google", "background": { "scripts": [ "bg.js" ], "persistent": false }, "browser_action": { "default_icon": "dim.png", "default_title": "Make It Rain", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "256": "icon.png" } } |