Currency converter +
Convert to several currencies
Currency converter +란 무엇입니까?
Currency converter +은(는) gil gol에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert to several currencies"입니다.
확장 프로그램 스크린샷
Currency converter + 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
'Currency converter +' converts your default currency (Base currency) to several currencies by your choice from list of most used currencies. It get its updates, once a day every business day, by "European Central Bank". The state of the extension saved automatically and you can reset it back to default. In case that your credit card company add commission you can add it also in 'Currency converter +' Ver. 1.3.1 --------- Fix: - broken updating link. Ver. 1.3 --------- Add: - Add/Remove more currencies to convert. Ver. 1.24 --------- Add: - Background color. Few new background colors. - Now can enter values on other currencies. Enabled when commission unchecked. If you have any questions you can email me: [email protected] Source code: https://github.com/gilgol2016/Currency-converter Thanks, and may the extension will help you.
확장 프로그램 기본 정보
이름 | |
ID | ikcplinpbmdhfbbkjhcpbpiiakfmllih |
공식 URL | https://chrome.google.com/webstore/detail/currency-converter-+/ikcplinpbmdhfbbkjhcpbpiiakfmllih |
설명 | Convert to several currencies |
파일 크기 | 87.49 KB |
설치 횟수 | 65 |
현재 버전 | 1.31 |
최근 업데이트 | 2019-04-10 |
출시 날짜 | 2019-04-10 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | gil gol |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/gilgol2016/Currency-converter |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Currency converter +", "description": "Convert to several currencies", "version": "1.31", "manifest_version": 2, "permissions": [ "storage", "activeTab" ], "scripts": [ { "js": [ "jquery-3.3.1.min.js", "popup.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "19": "images\/currency_logo.png", "38": "images\/currency_logo.png" }, "default_title": "Currency converter +", "default_popup": "popup.html" }, "icons": { "16": "images\/currency_logo16.png", "48": "images\/currency_logo48.png", "64": "images\/currency_logo64.png", "128": "images\/currency_logo.png" } } |