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."입니다.
확장 프로그램 스크린샷
Marketplaces Currency Converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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 } |