TradeMe List View Enforcer

Enforces the List View. Use in combination with TradeMe PhotoView Redux

TradeMe List View Enforcerคืออะไร?

TradeMe List View Enforcer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JimBob Baggins และคุณลักษณะหลักของมันคือ "Enforces the List View. Use in combination with TradeMe PhotoView Redux"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TradeMe List View Enforcer

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

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

                        Automatically switch TradeMe's Gallery View back to the List View!                    

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

ชื่อ TradeMe List View Enforcer TradeMe List View Enforcer
ID igbcegpjplepmpmbeplcpbdncokiiafd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/trademe-list-view-enforce/igbcegpjplepmpmbeplcpbdncokiiafd
คำอธิบาย Enforces the List View. Use in combination with TradeMe PhotoView Redux
ขนาดไฟล์ 28.75 KB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 0.22
อัปเดตครั้งล่าสุด 2017-10-31
วันที่เผยแพร่ 2017-10-31
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา JimBob Baggins
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "https:\/\/www.trademe.co.nz\/*"
            ],
            "js": [
                "trademelistviewenforcer.user.js"
            ],
            "matches": [
                "https:\/\/www.trademe.co.nz\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Enforces the List View. Use in combination with TradeMe PhotoView Redux",
    "name": "TradeMe List View Enforcer",
    "version": "0.22",
    "icons": {
        "16": "pictures16.png",
        "48": "pictures48.png",
        "128": "pictures128.png"
    }
}