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
官方URL 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
        }
    ]
}