Lightning Deals

Instant Lightning Deals from Amazon.com

Lightning Dealsคืออะไร?

Lightning Deals เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://healthwonders.com และคุณลักษณะหลักของมันคือ "Instant Lightning Deals from Amazon.com"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lightning Deals

ดาวน์โหลดไฟล์ส่วนขยาย Lightning Deals ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lightning Deals Lightning Deals
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"
}