Easy Button

"that was easy"

Easy Buttonคืออะไร?

Easy Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christian และคุณลักษณะหลักของมันคือ ""that was easy""

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Button

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

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

                        Give yourself a pat on the back with a always accessible easy button. Notice there are no ads or anything of the sort. Please leave me a review and tell me if you like the simple design or if you would like a actual picture of a easy button.

Update 1.3.1 - icon directory fix

Update 1.3 - icon fixes

Update 1.2 - popup minor bug fixes

Update 1.1 - code cleanup

Release 1.0 - easy button                    

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

ชื่อ Easy Button Easy Button
ID kkganccblahhhjbpjgbaindnmjimjaep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-button/kkganccblahhhjbpjgbaindnmjimjaep
คำอธิบาย "that was easy"
ขนาดไฟล์ 679 KB
จำนวนการติดตั้ง 1,026
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2016-11-14
วันที่เผยแพร่ 2016-11-13
คะแนน 4.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Christian
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.christianjuth.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Button",
    "description": "\"that was easy\"",
    "version": "1.3.1",
    "browser_action": {
        "default_icon": "Icons\/icon.png",
        "default_popup": "EasyButton.html"
    },
    "icons": {
        "16": "Icons\/icon.png",
        "48": "Icons\/easy button icon.png",
        "128": "Icons\/icon.png"
    },
    "permissions": [],
    "background": [
        {
            "js": [
                "EasyButton.js"
            ]
        }
    ]
}