Amazon European Comparison

Compare European and International Amazon stores to find the cheapest prices while you shop!

什麼是Amazon European Comparison?

Amazon European Comparison是由Rad Apps開發的Chrome擴展程式,該擴展的主要功能是“Compare European and International Amazon stores to find the cheapest prices while you shop!”。

擴展截圖

screenshot
screenshot
screenshot

下載Amazon European Comparison擴展crx文件

下載Amazon European Comparison擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Amazon's unofficial European price comparison extension! Instantly grabs the cheapest prices from German, Italy, Spanish, France and UK Amazon sites and shows you the cheapest one!

Converts to your local currency, Easy to understand price differences. Great way to save money easily with zero effort.

Change Log
=========
:Version 1.2.5
- New "Nagger" Feature: Set a percentage threshold and be alerted when it is found cheaper automatically. 
- Bug fixes, performance and UI improvements.

:Version 1.2.4
- UI changes
 * Percentage UI information
 *Arrows to indicate increase / decrease
- More accurate price results on certain items

:Version 1.2.2
-  Bug Fixes                    

擴展基本資訊

名稱 Amazon European Comparison Amazon European Comparison
ID pfdmjclhdndfacbmbkhlfcjjieojabib
官方網址 https://chrome.google.com/webstore/detail/amazon-european-compariso/pfdmjclhdndfacbmbkhlfcjjieojabib
簡介 Compare European and International Amazon stores to find the cheapest prices while you shop!
檔案大小 75.42 KB
安裝次數 105
目前版本 1.2.5
更新時間 2018-07-10
上架時間 2018-07-10
評分 3.00/5 共 2 次評分
開發者 Rad Apps
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon European Comparison",
    "description": "Compare European and International Amazon stores to find the cheapest prices while you shop!",
    "version": "1.2.5",
    "background": {
        "scripts": [
            "lib\/money.min.js",
            "lib\/jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "storage",
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": "img\/16.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.amazon.*\/*"
            ],
            "js": [
                "lib\/popper.min.js",
                "lib\/tippy.standalone.min.js",
                "content.js"
            ],
            "css": [
                "css\/tippy-content.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Amazon Compare Bot",
        "default_icon": "img\/64.png",
        "default_popup": "template\/popup.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "img\/*"
    ]
}