Lightning Deals

Instant Lightning Deals from Amazon.com

O que é Lightning Deals?

Lightning Deals é uma extensão do Chrome desenvolvida por http://healthwonders.com, e sua principal característica é "Instant Lightning Deals from Amazon.com".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lightning Deals

Baixe arquivos de extensão Lightning Deals no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Lightning Deals Lightning Deals
ID mdlofmjhfalomfbkgccfdjignifjgjbe
URL Oficial https://chrome.google.com/webstore/detail/lightning-deals/mdlofmjhfalomfbkgccfdjignifjgjbe
Descrição Instant Lightning Deals from Amazon.com
Tamanho do Arquivo 174 KB
Contagem de Instalações 183
Versão Atual 1.1
Última Atualização 2014-03-08
Data de Publicação 2014-03-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://healthwonders.com
Tipo de Pagamento free
Idiomas Suportados 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"
}