You are Epic

You, my friend, are EPIC!

Cos'è You are Epic?

You are Epic è un'estensione di Chrome sviluppata da Apps, e la sua funzione principale è "You, my friend, are EPIC!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione You are Epic

Scarica i file di estensione You are Epic 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

                        Have you ever felt down and need a little encouragement?

Like you're down in the dumps and just need something bright to cheer up your day?

Well, we believe in you and you are EPIC!

This app puts a small button on your browser - each time you press it, something surprisingly nice will happen! :)                    

Informazioni di Base sull'Estensione

Nome You are Epic You are Epic
ID gldbdikiglleodkcdddffmhmpdfcpkkn
URL Ufficiale https://chromewebstore.google.com/detail/you-are-epic/gldbdikiglleodkcdddffmhmpdfcpkkn
Descrizione You, my friend, are EPIC!
Dimensione del File 62.11 KB
Conteggio Installazioni 206
Versione Corrente 1.3
Ultimo Aggiornamento 2013-10-04
Data di Pubblicazione 2013-10-04
Valutazione 4.60/5 Totale 10 Valutazioni
Sviluppatore Apps
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "html\/popup.html",
        "default_title": "You are Awesome!"
    },
    "description": "You, my friend, are EPIC!",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "manifest_version": 2,
    "name": "You are Epic",
    "options_page": "html\/options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3"
}