HalfSize.me - Global Amazon price comparison
Real-time price comparison charts for any Amazon product page
What is HalfSize.me - Global Amazon price comparison?
HalfSize.me - Global Amazon price comparison is a Chrome extension developed by http://halfsize.me, and its main feature is "Real-time price comparison charts for any Amazon product page".
Extension Screenshots
Download HalfSize.me - Global Amazon price comparison Extension CRX File
Download HalfSize.me - Global Amazon price comparison extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
On any Amazon product page, the HalfSize.me extension will display availability and prices of the same item on other Amazon sites. This is particularily useful for physical media products like CDs, vinyl, DVDs, books etc. Prices are being checked and converted into your currency on the fly. HalfSize.me covers any Amazon retail website that sells physical goods and allows international shipments from its Marketplace. These are currently .COM, .CA, .CO.UK, .DE, .ES, .FR, .IT and .CO.JP. Unofficial app, not affiliated with Amazon. The developer of this app receives a small referral reward when you use it to order something on Amazon. Thanks for your support.
Extension Basic Information
Name | |
ID | kickegcofognaiflpajifcnphdmajekd |
Official URL | https://chrome.google.com/webstore/detail/halfsizeme-global-amazon/kickegcofognaiflpajifcnphdmajekd |
Description | Real-time price comparison charts for any Amazon product page |
File Size | 62.52 KB |
Installation Count | 350 |
Current Version | 0.1.3 |
Last Updated | 2015-01-02 |
Publish Date | 2015-01-02 |
Rating | 3.33/5 Total 12 Ratings |
Developer | http://halfsize.me |
Payment Type | free |
Extension Website | http://halfsize.me |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.3", "name": "HalfSize.me - Global Amazon price comparison", "short_name": "HalfSize.me", "description": "Real-time price comparison charts for any Amazon product page", "browser_action": [], "icons": { "16": "hsm16.png", "48": "hsm48.png", "128": "hsm128.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "socket.io-1.2.1.js", "background.js" ], "matches": [ "http:\/\/www.amazon.de\/dp\/*", "http:\/\/www.amazon.de\/*\/dp\/*", "http:\/\/www.amazon.de\/gp\/*", "http:\/\/www.amazon.co.uk\/dp\/*", "http:\/\/www.amazon.co.uk\/*\/dp\/*", "http:\/\/www.amazon.co.uk\/gp\/*", "http:\/\/www.amazon.fr\/dp\/*", "http:\/\/www.amazon.fr\/*\/dp\/*", "http:\/\/www.amazon.fr\/gp\/*", "http:\/\/www.amazon.es\/dp\/*", "http:\/\/www.amazon.es\/*\/dp\/*", "http:\/\/www.amazon.es\/gp\/*", "http:\/\/www.amazon.it\/dp\/*", "http:\/\/www.amazon.it\/*\/dp\/*", "http:\/\/www.amazon.it\/gp\/*", "http:\/\/www.amazon.ca\/dp\/*", "http:\/\/www.amazon.ca\/*\/dp\/*", "http:\/\/www.amazon.ca\/gp\/*", "http:\/\/www.amazon.co.jp\/dp\/*", "http:\/\/www.amazon.co.jp\/*\/dp\/*", "http:\/\/www.amazon.co.jp\/gp\/*", "http:\/\/www.amazon.com\/dp\/*", "http:\/\/www.amazon.com\/*\/dp\/*", "http:\/\/www.amazon.com\/gp\/*" ], "exclude_matches": [ "http:\/\/*\/*\/offer-listing\/*", "http:\/\/*\/gp\/aw\/*" ] } ] } |