Random Happy Face

Random change happy face icon every 1 second, repeat forever. Enjoy your happy day!

Cos'è Random Happy Face?

Random Happy Face è un'estensione di Chrome sviluppata da Tung Thanh Le, e la sua funzione principale è "Random change happy face icon every 1 second, repeat forever. Enjoy your happy day!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Random Happy Face

Scarica i file di estensione Random Happy Face 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

                        Ver.1.1: Update more icons.
Ver.1.0: This add-ons extension app is just made for fun, and it may help you have a great day! 
Now it only supports for Google Chrome Browser.                    

Informazioni di Base sull'Estensione

Nome Random Happy Face Random Happy Face
ID hohidbchjhokobbjaaoefnaapabpejae
URL Ufficiale https://chromewebstore.google.com/detail/random-happy-face/hohidbchjhokobbjaaoefnaapabpejae
Descrizione Random change happy face icon every 1 second, repeat forever. Enjoy your happy day!
Dimensione del File 129 KB
Conteggio Installazioni 52
Versione Corrente 1.1
Ultimo Aggiornamento 2017-01-22
Data di Pubblicazione 2017-01-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Tung Thanh Le
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Happy Face",
    "description": "Random change happy face icon every 1 second, repeat forever. Enjoy your happy day!",
    "author": "Tung Thanh Le",
    "homepage_url": "http:\/\/ttungl.github.io",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "Enjoy your happy day!"
    },
    "icons": {
        "16": "wink16.png",
        "24": "wink24.png",
        "32": "wink32.png",
        "64": "wink64.png",
        "128": "wink128.png",
        "256": "wink256.png",
        "512": "wink512.png"
    },
    "short_name": "Random Happy Face, version 1.0",
    "manifest_version": 2
}