Context Currency Converter Mod

A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.

什么是Context Currency Converter Mod?

Context Currency Converter Mod是由dabinn开发的Chrome扩展程序,该扩展的主要功能是“A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.”。

扩展截图

screenshot

下载Context Currency Converter Mod扩展crx文件

下载Context Currency Converter Mod扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Please try the original Context Currency Converter at first.
https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf                    

扩展基本信息

名称 Context Currency Converter Mod Context Currency Converter Mod
ID mccbndcnmkklfocdahmdillkbjnpidpl
官方URL https://chrome.google.com/webstore/detail/context-currency-converte/mccbndcnmkklfocdahmdillkbjnpidpl
简介 A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.
文件大小 169 KB
安装次数 447
当前版本 1.1
更新时间 2018-06-15
上架时间 2018-06-15
评分 4.93/5 共15次评分
开发者 dabinn
付费类型 free
支持的语言 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"
}