Marketplaces Currency Converter

Automatically converts your Envato marketplaces earnings in your local currency.

Marketplaces Currency Converter क्या है?

Marketplaces Currency Converter Woopy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically converts your Envato marketplaces earnings in your local currency."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Marketplaces Currency Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}