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
        }
    ]
}