- Sold between 50 000 and 100 000 dollars
- Community Moderator
- Referred more than 2000 users
- Author had a File in an Envato Bundle
- Most Wanted Bounty Winner
- Item was Featured
- Author was Featured
- Contributed a Tutorial to a Tuts+ Site
Hi! I am from Videohive but i need help of you web people 
Does anyone know any good google chrome extension for currency converting directly from a page? I wanna find a script that will change the default amount of dollars we see into RSD (Republic of Serbia Dinar) which is currency in my country?

http://plugins.jquery.com/project/currency is a start 
example:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta name="copyright" content="Copyright (c) 2001-2008 by Reality XP" /> <title>JQuery Currency</title> <script src="/scripts/jquery.js" type="text/javascript"></script> <script src="/scripts/jquery.cookie.js" type="text/javascript"></script> <script src="/scripts/jquery.currency.js" type="text/javascript"></script> <link href="/currency.css" rel="stylesheet" media="all" type="text/css" /> </head> <body> <span class="currency" rel="USD:EUR:€">24.95</span> <span class="currency" rel="USD:GBP:£">24.95</span> <span class="currency USD">$24.95</span> </body> </html>
- Envato Staff
- Reviewer
- Sold between 10 000 and 50 000 dollars
- Author was Featured
- Item was Featured
- Has been a member for 4-5 years
- Bought between 50 and 99 items
- Contributed a Tutorial to a Tuts+ Site
- Beta Tester
Found this extension in a few seconds via Google 
https://chrome.google.com/extensions/detail/lncdobdbibdgoiohgnflmjajfphcnakg
