CurEx
The simpliest way to get currency rates from CBRF.
What is CurEx?
CurEx is a Chrome extension developed by Sole IT, and its main feature is "The simpliest way to get currency rates from CBRF.".
Extension Screenshots
Download CurEx Extension CRX File
Download CurEx 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
Самый простой способ узнать курсы валют ЦБ РФ: Евро и Доллар США. v1.2: Добавлена Настройка точности. Курс отображается либо 39,93, либо 39,9297
Extension Basic Information
Name | CurEx |
ID | fmkgcedobgmmkmcgogebcameehipkiif |
Official URL | https://chromewebstore.google.com/detail/curex/fmkgcedobgmmkmcgogebcameehipkiif |
Description | The simpliest way to get currency rates from CBRF. |
File Size | 53.55 KB |
Installation Count | 322 |
Current Version | 1.2.1 |
Last Updated | 2013-11-29 |
Publish Date | 2013-11-29 |
Rating | 4.60/5 Total 20 Ratings |
Developer | Sole IT |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "CurEx", "version": "1.2.1", "manifest_version": 2, "description": "The simpliest way to get currency rates from CBRF.", "options_page": "options.html", "icons": { "16": "i\/icon.png", "48": "i\/icon.png", "128": "i\/icon.png" }, "browser_action": { "default_icon": "i\/icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/cbrates.rbc.ru\/" ] } |