You are Epic

You, my friend, are EPIC!

You are Epic란 무엇입니까?

You are Epic은(는) Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You, my friend, are EPIC!"입니다.

확장 프로그램 스크린샷

screenshot

You are Epic 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 You are Epic You are Epic
ID gldbdikiglleodkcdddffmhmpdfcpkkn
공식 URL https://chromewebstore.google.com/detail/you-are-epic/gldbdikiglleodkcdddffmhmpdfcpkkn
설명 You, my friend, are EPIC!
파일 크기 62.11 KB
설치 횟수 206
현재 버전 1.3
최근 업데이트 2013-10-04
출시 날짜 2013-10-04
평점 4.60/5 총 10 개의 평점
개발자 Apps
결제 유형 free
지원되는 언어 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"
}