Gnome Button

Gnome your chums!

Gnome Buttonคืออะไร?

Gnome Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stitch และคุณลักษณะหลักของมันคือ "Gnome your chums!"

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

screenshot

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

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

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

                        Gnome your chums with this gnome button!
Click on it and it will immediately play the "You've Been Gnomed!" video! 
I do not own the Gnome video, this extension was just made for fun. :)                    

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

ชื่อ Gnome Button Gnome Button
ID nenppnbcodpelcnkbpelphheiddcdmff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gnome-button/nenppnbcodpelcnkbpelphheiddcdmff
คำอธิบาย Gnome your chums!
ขนาดไฟล์ 949 KB
จำนวนการติดตั้ง 1,119
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 5.00/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา stitch
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gnome Button",
    "description": "Gnome your chums!",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab"
    ]
}