You are Epic

You, my friend, are EPIC!

You are Epicคืออะไร?

You are Epic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Apps และคุณลักษณะหลักของมันคือ "You, my friend, are EPIC!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย You are Epic

ดาวน์โหลดไฟล์ส่วนขยาย You are Epic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}