One-click FX
This extension displays fx rate using DMMFX data.
What is One-click FX?
One-click FX is a Chrome extension developed by leon2046, and its main feature is "This extension displays fx rate using DMMFX data.".
Extension Screenshots
Download One-click FX Extension CRX File
Download One-click FX 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
This extension displays fx rate using DMM FX data.
Extension Basic Information
Name | One-click FX |
ID | hanojaaednhbkjfafnhijcgmoonkcnkd |
Official URL | https://chromewebstore.google.com/detail/one-click-fx/hanojaaednhbkjfafnhijcgmoonkcnkd |
Description | This extension displays fx rate using DMMFX data. |
File Size | 41.07 KB |
Installation Count | 118 |
Current Version | 1.0.8 |
Last Updated | 2014-04-07 |
Publish Date | 2014-04-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | leon2046 |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One-click FX", "description": "This extension displays fx rate using DMMFX data.", "version": "1.0.8", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/fx.dmm.com\/\/market\/rate\/var\/rate.json" ] } |