You're Awesome

You, my friend, are AWESOME!!

You're Awesomeคืออะไร?

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

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย You're Awesome

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

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

                        Even if the world lets you down, Smiley face believes in you! Therefore, you are AWESOME!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ You're Awesome You're Awesome
ID laeeiggflpogehhfijehgfppdmaknnao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youre-awesome/laeeiggflpogehhfijehgfppdmaknnao
คำอธิบาย You, my friend, are AWESOME!!
ขนาดไฟล์ 70.25 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-06-03
วันที่เผยแพร่ 2015-06-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ion development
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.ionic-web-design.ie/go/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "name": "You're Awesome",
    "version": "1.0",
    "description": "You, my friend, are AWESOME!!",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "html\/popup.html",
        "default_title": "You are Awesome!"
    },
    "options_page": "html\/options.html",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "manifest_version": 2
}