Marketplaces Currency Converter
Automatically converts your Envato marketplaces earnings in your local currency.
Marketplaces Currency Converter là gì?
Marketplaces Currency Converter là một tiện ích mở rộng Chrome được phát triển bởi Woopy, và tính năng chính của nó là "Automatically converts your Envato marketplaces earnings in your local currency.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Marketplaces Currency Converter
Tải xuống các tệp mở rộng Marketplaces Currency Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ohcohompdkdfogmdnggocoeggknhbigi |
URL Chính Thức | https://chrome.google.com/webstore/detail/marketplaces-currency-con/ohcohompdkdfogmdnggocoeggknhbigi |
Mô tả | Automatically converts your Envato marketplaces earnings in your local currency. |
Kích Thước Tệp | 63.75 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2014-02-14 |
Ngày Phát Hành | 2014-02-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Woopy |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |