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