Walmart Deals

This extension provides you with a quick way to view Walmart's Value of the Day and latest Walmart deals.

什麼是Walmart Deals?

Walmart Deals是由Wild Lion Software LLC開發的Chrome擴展程式,該擴展的主要功能是“This extension provides you with a quick way to view Walmart's Value of the Day and latest Walmart deals.”。

擴展截圖

screenshot

下載Walmart Deals擴展crx文件

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

擴展使用說明

                        This extension provides you with a quick way to view Walmart's Value of the Day and latest deals. Simply click on the extension button to see a listing of the deals.                    

擴展基本資訊

名稱 Walmart Deals Walmart Deals
ID klhjnkppefffcpaoidilhdpdcoenpelj
官方網址 https://chromewebstore.google.com/detail/walmart-deals/klhjnkppefffcpaoidilhdpdcoenpelj
簡介 This extension provides you with a quick way to view Walmart's Value of the Day and latest Walmart deals.
檔案大小 424 KB
安裝次數 1,172
目前版本 0.0.2
更新時間 2015-03-22
上架時間 2015-03-21
評分 4.00/5 共 3 次評分
開發者 Wild Lion Software LLC
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "28.0.0.0",
    "name": "Walmart Deals",
    "description": "This extension provides you with a quick way to view Walmart's Value of the Day and latest Walmart deals.",
    "version": "0.0.2",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.walmart.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "19": "icons\/icon-19.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Walmart"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}