Lightning Deals

Instant Lightning Deals from Amazon.com

什么是Lightning Deals?

Lightning Deals是由http://healthwonders.com开发的Chrome扩展程序,该扩展的主要功能是“Instant Lightning Deals from Amazon.com”。

扩展截图

screenshot

下载Lightning Deals扩展crx文件

下载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"
}