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'" } |