You are Epic

You, my friend, are EPIC!

Qu'est-ce que You are Epic ?

You are Epic est une extension Chrome développée par Apps, et sa fonction principale est "You, my friend, are EPIC!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension You are Epic

Téléchargez les fichiers d'extension You are Epic au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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! :)                    

Informations de Base sur l'Extension

Nom You are Epic You are Epic
ID gldbdikiglleodkcdddffmhmpdfcpkkn
URL Officiel https://chromewebstore.google.com/detail/you-are-epic/gldbdikiglleodkcdddffmhmpdfcpkkn
Description You, my friend, are EPIC!
Taille du Fichier 62.11 KB
Nombre d'Installations 206
Version Actuelle 1.3
Dernière Mise à Jour 2013-10-04
Date de Publication 2013-10-04
Évaluation 4.60/5 Total 10 Évaluations
Développeur Apps
Type de Paiement free
Langues Prises en Charge 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"
}