Currency Thingamajig
Very simple currency exchange converter extension thingamajig for Chrome
Currency Thingamajig란 무엇입니까?
Currency Thingamajig은(는) Danger Owls에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Very simple currency exchange converter extension thingamajig for Chrome"입니다.
확장 프로그램 스크린샷
Currency Thingamajig 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Currency Thingamajig offers a minimal UI to convert between 33 different currencies (listed below). It uses the European Central Bank as source, which updates daily. AUD Australian Dollar BGN Bulgarian Lev BRL Brazilian Real CAD Canadian Dollar CHF Swiss Franc CNY Chinese Yuan CZK Czech Republic Koruna DKK Danish Krone EUR Euro GBP British Pound Sterling HKD Hong Kong Dollar HRK Croatian Kuna HUF Hungarian Forint IDR Indonesian Rupiah ILS Israeli New Sheqel INR Indian Rupee ISK Icelandic Króna JPY Japanese Yen KRW South Korean Won MXN Mexican Peso MYR Malaysian Ringgit NOK Norwegian Krone NZD New Zealand Dollar PHP Philippine Peso PLN Polish Zloty RON Romanian Leu RUB Russian Ruble SEK Swedish Krona SGD Singapore Dollar THB Thai Baht TRY Turkish Lira USD United States Dollar ZAR South African Rand
확장 프로그램 기본 정보
이름 | Currency Thingamajig |
ID | cjbblmpjckklnimpikhegegfpejhacca |
공식 URL | https://chromewebstore.google.com/detail/currency-thingamajig/cjbblmpjckklnimpikhegegfpejhacca |
설명 | Very simple currency exchange converter extension thingamajig for Chrome |
파일 크기 | 25.11 KB |
설치 횟수 | 230 |
현재 버전 | 0.21 |
최근 업데이트 | 2018-08-24 |
출시 날짜 | 2018-08-24 |
평점 | 3.71/5 총 7 개의 평점 |
개발자 | Danger Owls |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "Currency Thingamajig", "default_icon": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" } }, "name": "Currency Thingamajig", "version": "0.21", "description": "Very simple currency exchange converter extension thingamajig for Chrome", "permissions": [ "storage", "https:\/\/www.ecb.europa.eu\/" ], "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "minimum_chrome_version": "30", "manifest_version": 2 } |