Context Currency Converter Mod
A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.
What is Context Currency Converter Mod?
Context Currency Converter Mod is a Chrome extension developed by dabinn, and its main feature is "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.".
Extension Screenshots
Download Context Currency Converter Mod Extension CRX File
Download Context Currency Converter Mod 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
Please try the original Context Currency Converter at first. https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf
Extension Basic Information
Name | |
ID | mccbndcnmkklfocdahmdillkbjnpidpl |
Official URL | https://chrome.google.com/webstore/detail/context-currency-converte/mccbndcnmkklfocdahmdillkbjnpidpl |
Description | A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency. |
File Size | 169 KB |
Installation Count | 447 |
Current Version | 1.1 |
Last Updated | 2018-06-15 |
Publish Date | 2018-06-15 |
Rating | 4.93/5 Total 15 Ratings |
Developer | dabinn |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "author": "[email protected]", "background": { "scripts": [ "back.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html", "default_title": "Currency Converter Mod" }, "description": "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Context Currency Converter Mod", "permissions": [ "tabs", "contextMenus", "clipboardRead", "http:\/\/openexchangerates.org\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |