0bmxa / UniversalAutomaticCurrencyConverter

An automatic currency converter for Chrome and Firefox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Universal Automatic Currency Converter

An extension for Chrome and Firefox

Firefox add-on

Chrome extension

Build Status

Conversion at all cost

Currency converters can act in 1 of 3 ways:

  • Carefully, searches in invididual text nodes, replaces in individual text nodes, Likely to miss currencies, never breaks websites.

  • Aggressively, searches across html tags and replaces across html tags. Likely to find all currencies, might break websites.

  • Intelligently, searches aggressively, but replaces carefully. Likely to find all currencies, never breaks websites.

Most currency conversion extensions will likely act carefully. This extension currently acts intelligently.

Description on Firefox/Chrome stores

Your new currency converter.

Tired of having to manually convert prices in online stores?

Tired of annoying prices like '19.99' or '495' and just want the plain price?

This extension aims to solve these issues!

Major features

  • Automatic conversion of prices on all pages to your preferred currency

  • Support for 170 currencies through fixer.io

  • Intelligent autodetecting localization with support for all major currency symbols

  • Intelligent rounding of prices to your desired precision

  • Mini converter available everywhere from the popup windows accessible in the top right extension icon.

  • Flip between original and converted prices on pages either by clicking, using the shortcut or using the button in the popup.

  • Customizable highlighting on prices being converted (color and highlight duration)

  • Define your own currency display. Choose exactly how you want your conversions to display.

  • Blacklisting of websites you dont want converted.

About

An automatic currency converter for Chrome and Firefox

License:GNU General Public License v3.0


Languages

Language:JavaScript 93.0%Language:HTML 4.2%Language:CSS 2.8%