OzBargain Enhancement Suite

This extension improves user experience on the OzBargain website.

OzBargain Enhancement Suiteคืออะไร?

OzBargain Enhancement Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension improves user experience on the OzBargain website."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OzBargain Enhancement Suite

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

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

                        Fixes colours/fonts for OzBargain website. Adds infinity scrolling. Minor UI tweaks.                    

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

ชื่อ OzBargain Enhancement Suite OzBargain Enhancement Suite
ID ibhmehngibckidejellnhkbflekdcgmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ozbargain-enhancement-sui/ibhmehngibckidejellnhkbflekdcgmi
คำอธิบาย This extension improves user experience on the OzBargain website.
ขนาดไฟล์ 38.2 KB
จำนวนการติดตั้ง 188
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2014-09-07
วันที่เผยแพร่ 2014-09-06
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OzBargain Enhancement Suite",
    "description": "This extension improves user experience on the OzBargain website.",
    "version": "1.0.2",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ozbargain.com.au\/*"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.ozbargain.com.au\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.ozbargain.com.au\/node\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "css": [
                "node_style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}