Marketplaces Currency Converter

Automatically converts your Envato marketplaces earnings in your local currency.

什么是Marketplaces Currency Converter?

Marketplaces Currency Converter是由Woopy开发的Chrome扩展程序,该扩展的主要功能是“Automatically converts your Envato marketplaces earnings in your local currency.”。

扩展截图

screenshot
screenshot
screenshot

下载Marketplaces Currency Converter扩展crx文件

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

扩展使用说明

                        This extension automatically converts your Envato Marketplaces earning from US Dollar to your local currency.

It is also possible to choose amongst 152 other currencies by going to the option page accessible via the URL chrome://extensions/ and by clicking on the "Options" link of the extension.

The exchange rate is updated every 24h and retrieved from Yahoo Finance website.                    

扩展基本信息

名称 Marketplaces Currency Converter Marketplaces Currency Converter
ID ohcohompdkdfogmdnggocoeggknhbigi
官方URL https://chrome.google.com/webstore/detail/marketplaces-currency-con/ohcohompdkdfogmdnggocoeggknhbigi
简介 Automatically converts your Envato marketplaces earnings in your local currency.
文件大小 63.75 KB
安装次数 22
当前版本 1.2
更新时间 2014-02-14
上架时间 2014-02-14
评分 5.00/5 共1次评分
开发者 Woopy
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Marketplaces Currency Converter",
    "version": "1.2",
    "description": "Automatically converts your Envato marketplaces earnings in your local currency.",
    "author": "Woopy",
    "options_page": "settings\/settings.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "config_resources\/countries.json",
        "settings\/EnvatoAPI.png"
    ],
    "content_scripts": [
        {
            "css": [
                "settings\/settings.css"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/activeden.net\/user*earnings",
                "http:\/\/audiojungle.net\/user*earnings",
                "http:\/\/themeforest.net\/user*earnings",
                "http:\/\/videohive.net\/user*earnings",
                "http:\/\/graphicriver.net\/user*earnings",
                "http:\/\/3docean.net\/user*earnings",
                "http:\/\/codecanyon.net\/user*earnings",
                "http:\/\/marketplace.tutsplus.com\/user*earnings",
                "http:\/\/photodune.net\/user*earnings"
            ]
        }
    ],
    "manifest_version": 2
}