Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glutexo/currency-converter
Currency converter safari extension
https://github.com/glutexo/currency-converter
Last synced: 15 days ago
JSON representation
Currency converter safari extension
- Host: GitHub
- URL: https://github.com/glutexo/currency-converter
- Owner: Glutexo
- Created: 2013-09-08T05:54:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-08T06:39:50.000Z (over 11 years ago)
- Last Synced: 2024-11-18T03:04:22.563Z (about 2 months ago)
- Language: CoffeeScript
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LTL to CZK converter Safari extension #
This simple extension converts price information on visited websites. It searches the document for a price in Lt (Lithuanian Litas, LTL) and converts the price to Kč (Czech Crowns, CZK). A hard-coded exchange rate 7.5 Kč for 1 Lt is used.
The extension is written in CoffeeScript.
## **Not** supported features: ##
* Real exchange rate loaded and cached from a bank.
* LTL instead of just Lt.
* Prices without a space between the value and the currency.
* Other currencies than LTL and CZK.
* Opposite way conversion (CZK to LTL).
* Converting prices in ALT and TITLE attributes.
* Converting prices in dynamically loaded content.* etc. etc.
# Side note #
A motivation to writing this extension was to be able to browse lithuanian e-shops and real estate servers without having to recalculate every single price information to the native currency of my country. Hence I wanted to try developing a working (even though just really simple) Safari extension.