Context Currency Converter
This extension allows you to convert currencies from your context menu.
What is Context Currency Converter?
Context Currency Converter is a Chrome extension developed by polivka.pavel, and its main feature is "This extension allows you to convert currencies from your context menu.".
Extension Screenshots
Download Context Currency Converter Extension CRX File
Download Context Currency Converter 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
The best currency converter out there.
Extension Basic Information
Name | |
ID | jnoakmgpnhbbjmojgbkhiihnelpobmkf |
Official URL | https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf |
Description | This extension allows you to convert currencies from your context menu. |
File Size | 177 KB |
Installation Count | 426 |
Current Version | 1.0 |
Last Updated | 2013-09-08 |
Publish Date | 2013-09-08 |
Rating | 4.08/5 Total 24 Ratings |
Developer | polivka.pavel |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Context Currency Converter", "description": "This extension allows you to convert currencies from your context menu.", "version": "1.0", "background": { "scripts": [ "back.js" ] }, "permissions": [ "tabs", "contextMenus", "clipboardRead", "http:\/\/openexchangerates.org\/" ], "browser_action": { "default_icon": "icon19.png", "default_title": "Currency Converter", "default_popup": "popup.html" }, "author": "[email protected]", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |