TradeMe List View Enforcer

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

什麼是TradeMe List View Enforcer?

TradeMe List View Enforcer是由JimBob Baggins開發的Chrome擴展程式,該擴展的主要功能是“Enforces the List View. Use in combination with TradeMe PhotoView Redux”。

下載TradeMe List View Enforcer擴展crx文件

下載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
官方網址 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"
    }
}