Lightning Deals
Instant Lightning Deals from Amazon.com
Lightning Deals란 무엇입니까?
Lightning Deals은(는) http://healthwonders.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instant Lightning Deals from Amazon.com"입니다.
확장 프로그램 스크린샷
Lightning Deals 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | mdlofmjhfalomfbkgccfdjignifjgjbe |
공식 URL | https://chrome.google.com/webstore/detail/lightning-deals/mdlofmjhfalomfbkgccfdjignifjgjbe |
설명 | Instant Lightning Deals from Amazon.com |
파일 크기 | 174 KB |
설치 횟수 | 183 |
현재 버전 | 1.1 |
최근 업데이트 | 2014-03-08 |
출시 날짜 | 2014-03-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://healthwonders.com |
결제 유형 | free |
지원되는 언어 | 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" } |