Lightning Deals
Instant Lightning Deals from Amazon.com
Lightning Deals là gì?
Lightning Deals là một tiện ích mở rộng Chrome được phát triển bởi http://healthwonders.com, và tính năng chính của nó là "Instant Lightning Deals from Amazon.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lightning Deals
Tải xuống các tệp mở rộng Lightning Deals dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Lightning Deals covers instantly lightning deals from Amazon.com store. This extension is free with everyone and easy to use. This is not use any memory form users' computer to process. By keeping the convenient to shopping, can you please give us your suggestions. We will happy to listen and improve it for later version.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mdlofmjhfalomfbkgccfdjignifjgjbe |
URL Chính Thức | https://chrome.google.com/webstore/detail/lightning-deals/mdlofmjhfalomfbkgccfdjignifjgjbe |
Mô tả | Instant Lightning Deals from Amazon.com |
Kích Thước Tệp | 174 KB |
Số Lần Cài Đặt | 183 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-03-08 |
Ngày Phát Hành | 2014-03-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://healthwonders.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "name": "Lightning Deals", "version": "1.1", "description": "Instant Lightning Deals from Amazon.com", "browser_action": { "default_title": "Lightning Deals", "default_icon": "icons\/64.png", "default_popup": "TodayDeal.html" }, "background": { "scripts": [ "background.js" ], "persistent": true, "css": [ "style.css" ] }, "icons": { "128": "icons\/128.png", "16": "icons\/32.png", "48": "icons\/64.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "js": [ "custom.js" ] } ], "permissions": [ "alarms", "storage", "http:\/\/*.fashion4seasons.net\/*" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |