Invisible Bread - Bonus Panel Hover

Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!

Invisible Bread - Bonus Panel Hoverคืออะไร?

Invisible Bread - Bonus Panel Hover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron Morais และคุณลักษณะหลักของมันคือ "Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Invisible Bread - Bonus Panel Hover

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

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

                        Check out the source code here - http://git.io/SZFjCw                    

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

ชื่อ Invisible Bread - Bonus Panel Hover Invisible Bread - Bonus Panel Hover
ID lajfghpllnbbkmdpnncnfpidhkgenjhg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/invisible-bread-bonus-pan/lajfghpllnbbkmdpnncnfpidhkgenjhg
คำอธิบาย Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!
ขนาดไฟล์ 35.51 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2013-07-08
วันที่เผยแพร่ 2013-07-08
คะแนน 2.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Aaron Morais
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://git.io/SZFjCw
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Invisible Bread - Bonus Panel Hover",
    "description": "Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!",
    "manifest_version": 2,
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/invisiblebread.com\/*"
            ],
            "js": [
                "jquery.js",
                "hover.js"
            ]
        }
    ]
}