TradeMe List View Enforcer

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

TradeMe List View Enforcer là gì?

TradeMe List View Enforcer là một tiện ích mở rộng Chrome được phát triển bởi JimBob Baggins, và tính năng chính của nó là "Enforces the List View. Use in combination with TradeMe PhotoView Redux".

Tải xuống tệp CRX của tiện ích mở rộng TradeMe List View Enforcer

Tải xuống các tệp mở rộng TradeMe List View Enforcer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TradeMe List View Enforcer TradeMe List View Enforcer
ID igbcegpjplepmpmbeplcpbdncokiiafd
URL Chính Thức https://chrome.google.com/webstore/detail/trademe-list-view-enforce/igbcegpjplepmpmbeplcpbdncokiiafd
Mô tả Enforces the List View. Use in combination with TradeMe PhotoView Redux
Kích Thước Tệp 28.75 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 0.22
Cập Nhật Lần Cuối 2017-10-31
Ngày Phát Hành 2017-10-31
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển JimBob Baggins
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}