ebay Total Cost Display

Show the total price/cost of ebay items (price+shipping)

什麼是ebay Total Cost Display?

ebay Total Cost Display是由Robert Kohr開發的Chrome擴展程式,該擴展的主要功能是“Show the total price/cost of ebay items (price+shipping)”。

擴展截圖

screenshot

下載ebay Total Cost Display擴展crx文件

下載ebay Total Cost Display擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Shows the total cost of a product in eBay listings (price + shipping).                    

擴展基本資訊

名稱 ebay Total Cost Display ebay Total Cost Display
ID heneliofimmlbokhbapdppelcohehpam
官方網址 https://chromewebstore.google.com/detail/ebay-total-cost-display/heneliofimmlbokhbapdppelcohehpam
簡介 Show the total price/cost of ebay items (price+shipping)
檔案大小 99.07 KB
安裝次數 141
目前版本 1.0.0
更新時間 2019-07-08
上架時間 2019-07-08
評分 3.60/5 共 5 次評分
開發者 Robert Kohr
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ebay Total Cost Display",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Show the total price\/cost of ebay items (price+shipping)",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/*.ebay.org\/",
        "https:\/\/*.ebay.ca\/",
        "https:\/\/*.ebay.at\/",
        "https:\/\/*.ebay.cz\/",
        "https:\/\/*.ebay.fi\/",
        "https:\/\/*.ebay.de\/",
        "https:\/\/*.ebay.gr\/",
        "https:\/\/*.ebay.it\/",
        "https:\/\/*.ebay.pl\/",
        "https:\/\/*.ebay.pt\/",
        "https:\/\/*.ebay.es\/",
        "https:\/\/*.ebay.se\/",
        "https:\/\/*.ebay.ch\/",
        "https:\/\/*.ebay.com.tr\/",
        "https:\/\/*.ebay.co.uk\/",
        "https:\/\/*.ebay.com.cn\/",
        "https:\/\/*.ebay.hk\/",
        "https:\/\/*.ebay.co.in\/",
        "https:\/\/*.ebay.jp\/",
        "https:\/\/*.ebay.co.kr\/",
        "https:\/\/*.ebay.com.ph\/",
        "https:\/\/*.ebay.com.sg\/",
        "https:\/\/*.ebay.com.tw\/",
        "https:\/\/*.ebay.co.th\/",
        "https:\/\/*.ebay.com.au\/",
        "https:\/\/*.ebay.co.nz\/",
        "https:\/\/*.ebay.com.mx\/",
        "https:\/\/*.ebay.co.za\/",
        "https:\/\/*.ebay.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.org\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.at\/*",
                "*:\/\/*.ebay.cz\/*",
                "*:\/\/*.ebay.fi\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.gr\/*",
                "*:\/\/*.ebay.it\/*",
                "*:\/\/*.ebay.pl\/*",
                "*:\/\/*.ebay.pt\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.se\/*",
                "*:\/\/*.ebay.ch\/*",
                "*:\/\/*.ebay.com.tr\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.com.cn\/*",
                "*:\/\/*.ebay.hk\/*",
                "*:\/\/*.ebay.co.in\/*",
                "*:\/\/*.ebay.jp\/*",
                "*:\/\/*.ebay.co.kr\/*",
                "*:\/\/*.ebay.com.ph\/*",
                "*:\/\/*.ebay.com.sg\/*",
                "*:\/\/*.ebay.com.tw\/*",
                "*:\/\/*.ebay.co.th\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.co.nz\/*",
                "*:\/\/*.ebay.com.mx\/*",
                "*:\/\/*.ebay.co.za\/*",
                "*:\/\/*.ebay.com\/*"
            ],
            "js": [
                "jquery-1.3.2.min.js",
                "jquery-ui-1.7.2.custom.min.js",
                "jquery.ba-dotimeout.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ],
            "run_at": "document_start"
        }
    ]
}