Dollar Exchange Rate

Check the dollar exchange rate in your country currency

什么是Dollar Exchange Rate?

Dollar Exchange Rate是由Edgar González开发的Chrome扩展程序,该扩展的主要功能是“Check the dollar exchange rate in your country currency”。

扩展截图

screenshot
screenshot

下载Dollar Exchange Rate扩展crx文件

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

扩展使用说明

                        Keep track of the dollar rate in your country currency                    

扩展基本信息

名称 Dollar Exchange Rate Dollar Exchange Rate
ID ppjjbkfcofgeidfellinfmlgmpklajfk
官方URL https://chromewebstore.google.com/detail/dollar-exchange-rate/ppjjbkfcofgeidfellinfmlgmpklajfk
简介 Check the dollar exchange rate in your country currency
文件大小 683 KB
安装次数 15
当前版本 1.2.0
更新时间 2019-04-04
上架时间 2019-04-04
评分 5.00/5 共1次评分
开发者 Edgar González
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dollar Exchange Rate",
    "version": "1.2.0",
    "description": "Check the dollar exchange rate in your country currency",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/16_x_16.png",
        "32": "images\/32_x_32.png",
        "48": "images\/48_x_48.png",
        "128": "images\/128_x_128.png"
    },
    "permissions": [
        "declarativeContent",
        "notifications",
        "alarms",
        "storage",
        "https:\/\/www.countryflags.io\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16_x_16.png",
            "32": "images\/32_x_32.png",
            "48": "images\/48_x_48.png",
            "128": "images\/128_x_128.png"
        }
    },
    "options_page": "options.html"
}