Rainy

Add rainymood sounds. Logo designed by Freepik.com. Icons designed by Google

Cos'è Rainy?

Rainy è un'estensione di Chrome sviluppata da Michael Yuan, e la sua funzione principale è "Add rainymood sounds. Logo designed by Freepik.com. Icons designed by Google".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Rainy

Scarica i file di estensione Rainy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Rainy Rainy
ID lcbmijabmhohpnmdjbioodhdlaimbdcf
URL Ufficiale https://chromewebstore.google.com/detail/rainy/lcbmijabmhohpnmdjbioodhdlaimbdcf
Descrizione Add rainymood sounds. Logo designed by Freepik.com. Icons designed by Google
Dimensione del File 31.02 MB
Conteggio Installazioni 7,463
Versione Corrente 1.1
Ultimo Aggiornamento 2015-06-23
Data di Pubblicazione 2015-06-23
Valutazione 4.67/5 Totale 69 Valutazioni
Sviluppatore Michael Yuan
Tipo di Pagamento free
Lingue Supportate 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"
    }
}