A browser plugin for Google Chrome and Firefox to round up prices to next integer. This plugin neutralizes the common marketing trick of price tags. When the price is 9.99
it will show 10 [9.99]
.
- Digitec example from http://digitec.ch:
Rounded:
Original:
- eBay example from http://ebay.com:
Rounded:
Original:
- Open Chrome
- Open Settings / Extension
- Enable
Developer mode
- Select the
script
directory inLoad unpacked extension...
Have a look at QUnit tests
Every number is rounded not jut the price tags :)
Thank you very much to James Padolsey http://james.padolsey.com for the very useful findAndReplaceDOMText function.