Walmart Delivery Enhancement Suite

Find the best deals by sorting by price per ounce.

什麼是Walmart Delivery Enhancement Suite?

Walmart Delivery Enhancement Suite是由SmartSort開發的Chrome擴展程式,該擴展的主要功能是“Find the best deals by sorting by price per ounce.”。

擴展截圖

screenshot

下載Walmart Delivery Enhancement Suite擴展crx文件

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

擴展使用說明

                        Enhances Walmart Delivery website by:
  - Automatically loading all items in an aisle (instead of having to load the next page)
  - Sorts items by price per ounce`                    

擴展基本資訊

名稱 Walmart Delivery Enhancement Suite Walmart Delivery Enhancement Suite
ID gmcaembdikfdbiblmoihidbknhhkbdec
官方網址 https://chrome.google.com/webstore/detail/walmart-delivery-enhancem/gmcaembdikfdbiblmoihidbknhhkbdec
簡介 Find the best deals by sorting by price per ounce.
檔案大小 59.59 KB
安裝次數 144
目前版本 1.0.3
更新時間 2013-09-16
上架時間 2013-09-16
評分 1.00/5 共 1 次評分
開發者 SmartSort
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Walmart Delivery Enhancement Suite",
    "description": "Find the best deals by sorting by price per ounce.",
    "version": "1.0.3",
    "permissions": [
        "storage",
        "http:\/\/delivery.walmart.com\/",
        "http:\/\/www.smartpricesort.com\/"
    ],
    "background": {
        "scripts": [
            "js\/jquery-2.0.3.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/delivery.walmart.com\/*"
            ],
            "css": [
                "css\/smart_sort.css"
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/smart_sort.js"
            ],
            "all_frames": true
        }
    ]
}