Compare prices on Amazon

Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it

Что такое Compare prices on Amazon?

Compare prices on Amazon - это расширение Chrome, разработанное javiacker, и его основная функция - "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Compare prices on Amazon

Скачайте файлы расширений Compare prices on Amazon в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it                    

Основная информация о расширении

Название Compare prices on Amazon Compare prices on Amazon
ID klahfmbhkegkhbcagopekafimjlccfmi
Официальный URL https://chromewebstore.google.com/detail/compare-prices-on-amazon/klahfmbhkegkhbcagopekafimjlccfmi
Описание Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it
Размер файла 84.8 KB
Количество установок 206
Текущая Версия 1.0
Последнее Обновление 2014-01-07
Дата публикации 2014-01-07
Рейтинг 3.00/5 Всего 2 оценок
Разработчик javiacker
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Compare prices on Amazon",
    "version": "1.0",
    "description": "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it",
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-128.png",
        "default_title": "Compare prices in Amazon!",
        "default_popup": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/jquery.com\/*"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/secure.flickr.com\/",
        "http:\/\/secure-ridge-4170.herokuapp.com\/",
        "http:\/\/www.amazon.es\/"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}