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.”。
扩展截图
下载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 |
ID | klhjnkppefffcpaoidilhdpdcoenpelj |
官方URL | 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'" } |